Created
July 1, 2014 10:30
-
-
Save Sacristan/ea3591fb161f49d6e0f6 to your computer and use it in GitHub Desktop.
my fish config
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
# Path to your oh-my-fish. | |
set fish_path $HOME/.oh-my-fish | |
set fish_plugins git rails rvm | |
# Theme | |
set fish_theme robbyrussell | |
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-fish/plugins/*) | |
# Custom plugins may be added to ~/.oh-my-fish/custom/plugins/ | |
# Example format: set fish_plugins autojump bundler | |
# Path to your custom folder (default path is $FISH/custom) | |
#set fish_custom $HOME/dotfiles/oh-my-fish | |
set PATH /Applications/Postgres93.app/Contents/MacOS/bin $PATH | |
# Load oh-my-fish configuration. | |
. $fish_path/oh-my-fish.fish |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment