Skip to content

Instantly share code, notes, and snippets.

@gblmarquez
Forked from anonymous/config.fish
Last active August 29, 2015 14:26
Show Gist options
  • Save gblmarquez/97e552061baa3b3b2970 to your computer and use it in GitHub Desktop.
Save gblmarquez/97e552061baa3b3b2970 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