mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +00:00
Fix typo in fish examples
This commit is contained in:
@@ -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 -)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user