fish: Add deno, cargo, yarn, local to path

I added this a while ago but never committed it. Pretty useful for
software development.
This commit is contained in:
Donovan Glover 2022-01-01 20:41:57 -05:00
parent d0f0248bd2
commit da3bb48fe6
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -6,6 +6,7 @@ set -U fish_greeting ""
export VISUAL="nvim"
export EDITOR="nvim"
export BROWSER="firefox"
export PATH="$HOME/.deno/bin:$HOME/.cargo/bin:$HOME/.yarn/bin:$HOME/.local/bin:$PATH"
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"