Skip to content

Instantly share code, notes, and snippets.

@Flink
Created December 5, 2013 13:58
Show Gist options
  • Save Flink/7805542 to your computer and use it in GitHub Desktop.
Save Flink/7805542 to your computer and use it in GitHub Desktop.
# Path to your oh-my-fish.
set fish_path $HOME/.oh-my-fish
# Theme
set fish_theme bobthefish
# 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
# Load oh-my-fish configuration.
. $fish_path/oh-my-fish.fish
set PATH $HOME/.rbenv/plugins/ruby-build/bin $HOME/.rbenv/bin $PATH
. (rbenv init -|psub)
set -U -x EDITOR vim
eval (direnv hook fish)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment