-
-
Save lumixraku/1880acd3c557a2bb0c1aa3dac524a0ee to your computer and use it in GitHub Desktop.
Basic configuration for Fish Shell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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