oh-my-fish / plugin-virtualfish

A simple wrapper for virtualfish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple wrapper for virtualfish

License:MIT License


Languages

Language:Shell 100.0%