1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 04:45:09 +01:00

compat-plugin for virtualfish to support things like workon

This commit is contained in:
2016-03-13 09:20:10 +01:00
parent 67d1214b84
commit 9a846f88a2

View File

@@ -3,7 +3,7 @@ set fisher_config ~/.config/fisherman
source $fisher_home/config.fish
# Virtualenv support with virtualfish
eval (python -m virtualfish)
eval (python -m virtualfish compat_aliases)
# Theme options
set -g theme_show_exit_status yes