Created
December 28, 2021 21:00
-
-
Save nicksherron/d54d59e393ebe7615cd3e2af61a8f1ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env zsh | |
| alias f='fd -t f -IH --exclude=.git' | |
| sd astur_kitchensink_srv astur_kitchensink $(f) | |
| sd astur_kitchensink_svc astur_kitchensink $(f) | |
| sd inventory-mgmt-image kitchensink-image $(f) | |
| sd inventory-mgmt-srv kitchensink $(f) | |
| sd inventory-mgmt-svc kitchensink $(f) | |
| sd inventory_mgmt_svc kitchensink $(f) | |
| sd inventory_mgmt kitchensink $(f) | |
| sd inventory-mgmt kitchensink $(f) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment