Turn into alias
This commit is contained in:
parent
6e4efd8af6
commit
978d153b9f
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ 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)"
|
||||
alias ws="cd ~/workspace/\$(ls ~/workspace | fzf)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue