From 8b76797c8ced390ad9d6635bdcaa08fa29e773cf Mon Sep 17 00:00:00 2001 From: Danny Arnold Date: Thu, 5 Mar 2015 21:38:42 +0100 Subject: [PATCH] use existent plugins as examples in the README.md closing #397 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01ec772..a788168 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [fish]: http://fishshell.com/ ### What? - Oh-my-fish is a user-friendly framework for managing your fish-shell configuration. It includes optional plugins (brew, git, rails, python, node, etc) and themes. + Oh-my-fish is a user-friendly framework for managing your fish-shell configuration. It includes optional plugins (brew, git-flow, rails, python, node, etc) and themes.
## Installation @@ -28,7 +28,7 @@ If you want to install it manually, [keep reading](#manual-installation). Enabling a new plugin or theme is as easy as it should be. Open your fish configuration file `~/.config/fish/config.fish` and specify the theme and the plugins you want to use. -As an example, to enable rails and git plugins add this line `set fish_plugins git rails` to your configuration file. +As an example, to enable rails and git-flow plugins add this line `set fish_plugins git-flow rails` to your configuration file. Before setting down on a theme, you might want to have a go with all themes using our quick [theme switcher](https://github.com/bpinto/oh-my-fish/blob/master/plugins/theme/README.md) by typing `theme --help` on your shell.