A simple wrapper for virtualfish
$ pip install virtualfish
$ omf install virtualfish
You can customise the virtualfish behaviour by setting variables in the before.init.fish
file. Currently supported:
VIRTUALFISH_PYTHON
, if you're using a python interpreter other thanpython
:
set -g VIRTUALFISH_PYTHON "/usr/local/bin/python3"
VIRTUALFISH_PLUGINS
to load virtualfish plugins:
set -g VIRTUALFISH_PLUGINS "auto_activation compat_aliases"
MIT © Sergey Timanin et al