Update README with fish related stuff

This commit is contained in:
Gergő Sulymosi
2014-02-27 23:03:09 +01:00
parent 84de3da9ac
commit a9479df7c1

View File

@@ -69,6 +69,12 @@ __In tcsh:__
set path = ( "~/.tmuxifier/bin" $path ) set path = ( "~/.tmuxifier/bin" $path )
``` ```
__In fish:__
```fish
set -gx PATH "~/.tmuxifier/bin $PATH
```
### Custom Installation Path ### Custom Installation Path
To install Tmuxifier somewhere else than the suggested `~/.tmuxifier`, simply To install Tmuxifier somewhere else than the suggested `~/.tmuxifier`, simply
@@ -94,6 +100,14 @@ Add the following to your `~/.cshrc`, `~/.tcshrc` or equivalent:
eval `tmuxifier init -` eval `tmuxifier init -`
``` ```
__In fish:__
And add the following to your `~/.config/fish/config.fish` or equivalent:
```fish
eval (tmuxifier init -)
```
If you need to pass custom arguments to tmux itself, you can do so by setting If you need to pass custom arguments to tmux itself, you can do so by setting
the `TMUXIFIER_TMUX_OPTS` environment variable. For example: the `TMUXIFIER_TMUX_OPTS` environment variable. For example: