mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
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:
parent
d0f0248bd2
commit
da3bb48fe6
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user