1
0
Fork 0

Update fish config

This commit is contained in:
Gregory Eremin 2014-08-08 18:07:35 +07:00
parent 42b71f8e22
commit 458e5cbd62
1 changed files with 17 additions and 1 deletions

View File

@ -1,11 +1,27 @@
set -U EDITOR vi
set -x EDITOR vim
set -x FISH $HOME/.config/fish
set -x DF $HOME/.dotfiles
set -x PROJECTS $HOME/Code
set -x GOPATH $HOME/go
set -x PYTHONSTARTUP $HOME/.pythonrc.py
set -x PIP_REQUIRE_VIRTUALENV false
set -x PIP_DOWNLOAD_CACHE ~/.pip/cache
set -x WORKON_HOME ~/.virtualenvs
set -g VIRTUALFISH_COMPAT_ALIASES
set -x fish_greeting ''
set -x DOCKER_HOST tcp://localhost:4243
# status --is-interactive; and . (rbenv init -|psub)
. $FISH/includes/alias.fish
. $FISH/includes/ruby.fish
. $FISH/includes/path.fish
. $FISH/includes/virtualenv.fish
. $FISH/includes/antlr.fish
set -x SSL_CERT_FILE /usr/local/opt/curl-ca-bundle/share/ca-bundle.crt