[MINOR] added .ghcup/bin back to fish
This commit is contained in:
parent
62635c6a4a
commit
1b6688fcab
1 changed files with 3 additions and 2 deletions
|
@ -9,8 +9,9 @@ set -gx TERM 'xterm-256color'
|
|||
|
||||
fish_add_path $HOME/.local/share/nvim/mason/bin
|
||||
fish_add_path /home/afonso/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin
|
||||
fish_add_path $HOME/.local/bin
|
||||
fish_add_path $HOME/.cargo/bin
|
||||
fish_add_path $HOME/.local/bin
|
||||
fish_add_path $HOME/.cargo/bin
|
||||
fish_add_path $HOME/.ghcup/bin
|
||||
|
||||
source ~/.config/fish/myfunctions/code.fish
|
||||
source ~/.config/fish/myfunctions/dotfiles.fish
|
||||
|
|
Loading…
Add table
Reference in a new issue