mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Update README with fish related stuff
This commit is contained in:
14
README.md
14
README.md
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user