From 2c4b02710dd63176e379167fc68e7fb7324eafe8 Mon Sep 17 00:00:00 2001 From: Bruno Pinto Date: Thu, 26 Jul 2012 01:03:51 -0300 Subject: [PATCH] template configuration file --- templates/config.fish | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/config.fish diff --git a/templates/config.fish b/templates/config.fish new file mode 100644 index 0000000..75be274 --- /dev/null +++ b/templates/config.fish @@ -0,0 +1,15 @@ +# Path to your oh-my-fish. +set FISH $HOME/.oh-my-fish + +# 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 git + +# Path to your custom folder (default path is $FISH/custom) +#set FISH_CUSTOM $HOME/dotfiles/oh-my-fish + +# Load oh-my-fish cofiguration. +. $FISH/oh-my-fish.fish