/plugin-virtualfish

A simple wrapper for virtualfish

Primary LanguageShellMIT LicenseMIT

virtualfish

A simple wrapper for virtualfish

MIT License Fish Shell Version Oh My Fish Framework


Install

$ pip install virtualfish
$ omf install virtualfish

Customise

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 than python:
set -g VIRTUALFISH_PYTHON "/usr/local/bin/python3"
  • VIRTUALFISH_PLUGINS to load virtualfish plugins:
set -g VIRTUALFISH_PLUGINS "auto_activation compat_aliases"

Usage

See virtualfish documentation

License

MIT © Sergey Timanin et al