From 7894b030cd0131fa045d05d79f6fcf28e47e9bc5 Mon Sep 17 00:00:00 2001 From: Bruno <brunoferreirapinto@gmail.com> Date: Sun, 1 Feb 2015 11:35:02 -0200 Subject: [PATCH] Update config.fish Autojump is no longer a plugin --- templates/config.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/config.fish b/templates/config.fish index 1012e05..a81028c 100644 --- a/templates/config.fish +++ b/templates/config.fish @@ -6,9 +6,9 @@ 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 bundler +# Example format: set fish_plugins bundler z -# Path to your custom folder (default path is $FISH/custom) +# 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. -- GitLab