allow config.fish.local

This commit is contained in:
2023-12-09 15:33:38 -07:00
parent a809ee91a2
commit 3dee01aeb2
5 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
if status is-interactive
# Commands to run in interactive sessions can go here
end
fish_add_path $HOME/.webman/bin
set -gx EDITOR nvim
zoxide init fish | source
if test -f ~/.config/fish/config.fish.local
source ~/.config/fish/config.fish.local
end