From 604bcf16c835a608f3a64034f9d213645b6d8c6b Mon Sep 17 00:00:00 2001 From: Bruno Date: Sun, 19 May 2013 00:48:11 -0300 Subject: [PATCH] Improving documentation. --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index c671071..738b05c 100644 --- a/README.markdown +++ b/README.markdown @@ -9,7 +9,7 @@ [fish]: http://fishshell.com/ ### What? - A user-friendly framework for managing your fish-shell configuration. 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, rails, python, node, etc) and themes. ## Installation @@ -25,7 +25,7 @@ If you want to install it manually, keep reading. 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, enabling rails and git plugins is as easy as adding this line `set fish_plugins git rails` +As an example, to enable rails and git plugins add this line `set fish_plugins git rails` to your configuration file. ## Customization