Mercurial > dotfiles
comparison fish/config.fish @ 383:ff48d206d1f1
Miscellaneous tweaks.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 05 Aug 2017 22:11:13 -0700 |
parents | 93a174c912ea |
children | b5d54b669b8c |
comparison
equal
deleted
inserted
replaced
382:c3a863440b1a | 383:ff48d206d1f1 |
---|---|
126 | 126 |
127 # }}} | 127 # }}} |
128 | 128 |
129 # Virtualenv wrapper for Fish {{{ | 129 # Virtualenv wrapper for Fish {{{ |
130 | 130 |
131 eval (python -m virtualfish) | 131 eval (/usr/local/bin/python2.7 -m virtualfish) |
132 | 132 |
133 #set -g VIRTUALFISH_COMPAT_ALIASES # uncomment for virtualenvwrapper-style commands | 133 #set -g VIRTUALFISH_COMPAT_ALIASES # uncomment for virtualenvwrapper-style commands |
134 #. $HOME/.config/fish/virtualfish/virtual.fish | 134 #. $HOME/.config/fish/virtualfish/virtual.fish |
135 # optional plugins | 135 # optional plugins |
136 #. path/to/auto_activation.fish | 136 #. path/to/auto_activation.fish |