Fix typo in fish examples

This commit is contained in:
2014-02-28 11:14:42 +00:00
parent 33f26bca56
commit 72cfab20a0

View File

@@ -71,8 +71,8 @@ set path = ( "~/.tmuxifier/bin" $path )
__In fish:__ __In fish:__
```fish ```bash
set -gx PATH "~/.tmuxifier/bin $PATH set -gx PATH "~/.tmuxifier/bin" $PATH
``` ```
### Custom Installation Path ### Custom Installation Path
@@ -104,7 +104,7 @@ __In fish:__
And add the following to your `~/.config/fish/config.fish` or equivalent: And add the following to your `~/.config/fish/config.fish` or equivalent:
```fish ```bash
eval (tmuxifier init -) eval (tmuxifier init -)
``` ```