allow config.fish.local
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -2,4 +2,3 @@ curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fi
|
||||
|
||||
fisher install IlanCosman/tide@v6
|
||||
fisher install PatrickF1/fzf.fish
|
||||
fisher install kidonng/zoxide.fish
|
||||
|
||||
Reference in New Issue
Block a user