Created
July 28, 2015 19:40
-
-
Save anonymous/15ba31f8e60428e640ff to your computer and use it in GitHub Desktop.
.config/fish/config.fish
This file contains 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
# 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