Add ws abbr
This commit is contained in:
parent
156094a9ce
commit
6e4efd8af6
1 changed files with 3 additions and 0 deletions
|
@ -6,3 +6,6 @@ alias dc-up="docker-compose up"
|
|||
alias dc-upd="docker-compose up -d"
|
||||
alias dc-down="docker-compose down"
|
||||
alias kubectl="minikube kubectl --"
|
||||
# abbr cd $(find ~/workspace -mindepth 1 -maxdepth 1 -type d | sed "s|$HOME|~|g" | fzf)
|
||||
abbr -a ws "cd ~/workspace/\$(ls ~/workspace | fzf)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue