Skip to content

Instantly share code, notes, and snippets.

@n3h3m
Forked from fmariluis/config.fish
Last active September 20, 2015 23:57
Show Gist options
  • Save n3h3m/87daf5e27fbef00938bd to your computer and use it in GitHub Desktop.
Save n3h3m/87daf5e27fbef00938bd to your computer and use it in GitHub Desktop.
Basic configuration for Fish Shell
set -xg PYTHONPATH /opt/eleccion/ $PYTHONPATH
set -xg PYTHONPATH /opt/operaciones/ $PYTHONPATH
set -xg GOROOT /usr/local/go $GOROOT
set -xg PATH /usr/local/go/bin $PATH
set -xg EDITOR vim $EDITOR
setenv EDITOR vim
function l
ll $argv
end
function ack
ack-grep $argv
end
set -gx WORKON_HOME /home/franco/.virtualenvs/
. /home/franco/src/virtualfish/virtual.fish
if status --is-login
set PATH $PATH /opt/vagrant/bin
set PYTHONPATH /opt/operaciones /opt/eleccion $PYTHONPATH
end
set fish_greeting ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment