[misc] auto_activation through virtualfish plugin
This commit is contained in:
parent
4e5975cb11
commit
528e4dbe56
|
@ -121,7 +121,7 @@ if status is-interactive
|
||||||
cd $last_pwd
|
cd $last_pwd
|
||||||
source-file-if-exists /usr/share/autojump/autojump.fish
|
source-file-if-exists /usr/share/autojump/autojump.fish
|
||||||
source-file-if-exists /usr/local/share/autojump/autojump.fish
|
source-file-if-exists /usr/local/share/autojump/autojump.fish
|
||||||
source-file-if-exists ~/.config/fish/virtualfish
|
#source-file-if-exists ~/.config/fish/virtualfish
|
||||||
source-file-if-exists ~/.profile.fish
|
source-file-if-exists ~/.profile.fish
|
||||||
source-file-if-exists ~/.profile.fish
|
source-file-if-exists ~/.profile.fish
|
||||||
end
|
end
|
||||||
|
|
|
@ -24,8 +24,6 @@ case "$PM" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
python -m virtualfish auto_activation > ~/.config/fish/virtualfish
|
|
||||||
|
|
||||||
# enable auto_activation plugin for virtualfish
|
# enable auto_activation plugin for virtualfish
|
||||||
fish-is-default-shell && fish -c "yes | vf install && vf addplugins auto_activation"
|
fish-is-default-shell && fish -c "yes | vf install && vf addplugins auto_activation"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user