Added .local/bin to fish user paths

This commit is contained in:
zebra 2024-07-25 22:48:06 -07:00
parent 1dbc26ba72
commit 15b70241e0

View File

@ -2,6 +2,7 @@ if status is-interactive
# Commands to run in interactive sessions can go here
end
set -U fish_user_paths ~/.local/bin $fish_user_paths
set -U fish_greeting ""
#cd tweaks - multicd