omf: Add deno path
This commit is contained in:
parent
6fa4e63bee
commit
3f22ca2fab
1 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
export DENO_INSTALL="$HOME/.deno"
|
||||
|
||||
fish_add_path $DENO_INSTALL/bin
|
||||
fish_add_path $HOME/.local/bin
|
||||
fish_add_path $HOME/.cargo/bin
|
||||
|
||||
|
@ -16,5 +19,3 @@ 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)
|
||||
alias ws="cd ~/workspace/\$(ls ~/workspace | fzf)"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue