Change PATH

This commit is contained in:
2022-01-18 14:43:57 +01:00
parent 67e4f813ca
commit 7cb81fe9bf

View File

@ -1,4 +1,4 @@
set -x PATH $PATH $HOME/.cargo/bin $HOME/.local/bin $HOME/Projekt/sh set -x PATH $HOME/.local/bin $HOME/.cargo/bin $PATH
set -x GPG_TTY (tty) set -x GPG_TTY (tty)
set -x BROWSER firefox set -x BROWSER firefox
set -x EDITOR nvim set -x EDITOR nvim
@ -32,4 +32,6 @@ abbr --add gstp git stash pop
fish_vi_key_bindings fish_vi_key_bindings
zoxide init fish | source
starship init fish | source starship init fish | source