Skip to content

Instantly share code, notes, and snippets.

@amjith
Created May 1, 2015 17:44
Show Gist options
  • Save amjith/c27b837dae68f24dc797 to your computer and use it in GitHub Desktop.
Save amjith/c27b837dae68f24dc797 to your computer and use it in GitHub Desktop.
Fish config file
set -g -x PATH $HOME/bin /usr/local/bin $PATH /usr/X11/bin
set -g -x TERM xterm-256color
# Rbenv settings
set -gx RBENV_ROOT /usr/local/var/rbenv
. (rbenv init -|psub)
# Docker boot2docker
set -g -x DOCKER_CERT_PATH /Users/amjith/.boot2docker/certs/boot2docker-vm
set -g -x DOCKER_TLS_VERIFY 1
set -g -x DOCKER_HOST tcp://192.168.59.103:2376
# Autojump settings
if test -e /usr/local/share/autojump/autojump.fish
. /usr/local/share/autojump/autojump.fish
end
# Virtualenv wrapper
set -g VIRTUALFISH_COMPAT_ALIASES
. $HOME/Dropbox/_dotties/virtualfish/virtual.fish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment