Add local and cargo bin folder

This commit is contained in:
Leon Grünewald 2025-01-16 01:52:31 +01:00
parent e336a65b27
commit 210666700f

View file

@ -1,7 +1,9 @@
fish_add_path ~/.local/bin
fish_add_path ~/.cargo/bin
if status is-interactive if status is-interactive
# Commands to run in interactive sessions can go here # Commands to run in interactive sessions can go here
end end
# tabtab source for packages # tabtab source for packages
# uninstall by removing these lines # uninstall by removing these lines
[ -f ~/.config/tabtab/fish/__tabtab.fish ]; and . ~/.config/tabtab/fish/__tabtab.fish; or true [ -f ~/.config/tabtab/fish/__tabtab.fish ]; and . ~/.config/tabtab/fish/__tabtab.fish; or true