mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
Merge pull request #399 from despairblue/patch-1
use existent plugins as examples in the README.md
This commit is contained in:
commit
ab144c3765
@ -11,7 +11,7 @@
|
|||||||
[fish]: http://fishshell.com/
|
[fish]: http://fishshell.com/
|
||||||
|
|
||||||
### What?
|
### 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.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
## Installation
|
## 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.
|
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.
|
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user