Add local and cargo bin folder
This commit is contained in:
parent
e336a65b27
commit
210666700f
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
fish_add_path ~/.local/bin
|
||||
fish_add_path ~/.cargo/bin
|
||||
|
||||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
end
|
||||
|
||||
# tabtab source for packages
|
||||
# uninstall by removing these lines
|
||||
[ -f ~/.config/tabtab/fish/__tabtab.fish ]; and . ~/.config/tabtab/fish/__tabtab.fish; or true
|
||||
|
|
Loading…
Reference in a new issue