Last active
February 24, 2017 01:32
-
-
Save adamlutz/0f0a1495661ae1de778e to your computer and use it in GitHub Desktop.
~/.config/fish/config.fish
This file contains hidden or 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 PATH $HOME/.rbenv/shims $PATH | |
rbenv rehash >/dev/null ^&1 | |
status --is-interactive; and source (rbenv init -|psub) | |
set -x PATH /usr/local/bin $PATH | |
set -x PATH /usr/local/sbin $PATH | |
set -x PATH ~/bin $PATH | |
set -x PATH /Applications/Postgres.app/Contents/Versions/latest/bin $PATH | |
set --erase fish_greeting | |
function nvm | |
bass source ~/.nvm/nvm.sh ';' nvm $argv | |
end | |
function reload | |
source ~/.config/fish/config.fish | |
end | |
function subl | |
open -a "Sublime Text.app" $argv | |
end | |
function ll | |
ls -lhG $argv | |
end | |
function la | |
ls -lahG $argv | |
end | |
function lsd | |
ls -d */ | |
end | |
nvm use default --silent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vi /etc/shells
add /usr/local/bin/fish
chsh -s
which fish