first commit
This commit is contained in:
11
fish/conf.d.disabled/path.fish
Normal file
11
fish/conf.d.disabled/path.fish
Normal file
@@ -0,0 +1,11 @@
|
||||
fish_add_path $HOME/.local/bin
|
||||
fish_add_path $HOME/bin
|
||||
|
||||
# cargo
|
||||
if test -f $HOME/.cargo/env.fish
|
||||
source $HOME/.cargo/env.fish
|
||||
end
|
||||
|
||||
if test -d $HOME/.scripts
|
||||
fish_add_path $HOME/.scripts
|
||||
end
|
||||
Reference in New Issue
Block a user