diff options
Diffstat (limited to 'fish')
| -rw-r--r-- | fish/config.fish | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/fish/config.fish b/fish/config.fish index dc13d20..53a39a0 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -1,8 +1,8 @@  set EDITOR 'nvim'  set VISUAL 'nvim' -set PATH "$PATH:/home/max/.cargo/bin" -set PATH "$PATH:/home/max/.local/bin" +set -x PATH "$HOME/.cargo/bin" $PATH +set -x PATH "$HOME/.local/bin" $PATH  set fish_greeting  export TERM=xterm-256color @@ -58,7 +58,6 @@ function serve    python3 -m http.server -d "$path" port  end -clear  starship init fish | source | 
