Skip to content

Instantly share code, notes, and snippets.

Created July 28, 2015 19:40
Show Gist options
  • Save anonymous/15ba31f8e60428e640ff to your computer and use it in GitHub Desktop.
Save anonymous/15ba31f8e60428e640ff to your computer and use it in GitHub Desktop.
.config/fish/config.fish
# Remove default fish greeting
set --erase fish_greeting
# Path to your oh-my-fish.
set fish_path $HOME/.oh-my-fish
# Plugins
# Path to your custom folder (default path is ~/.oh-my-fish/custom)
#set fish_custom $HOME/dotfiles/oh-my-fish
# Load oh-my-fish configuration.
. $fish_path/oh-my-fish.fish
# Custom plugins and themes may be added to ~/.oh-my-fish/custom
# Plugins and themes can be found at https://github.com/oh-my-fish/
Theme 'l'
Plugin 'theme'
Plugin 'brew'
Plugin 'cask'
Plugin 'bundler'
Plugin 'balias'
Plugin 'dpaste'
Plugin 'pbcopy'
Plugin 'osx'
Plugin 'composer'
Plugin 'extract'
Plugin 'export'
Plugin 'z'
Plugin 'tmux'
alias dnvm="bash /usr/local/bin/dnvm.sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment