mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +00:00
Fixing the export path option for bash and zsh in the README
This commit is contained in:
@@ -5,7 +5,7 @@ and pane configurations with ease.
|
||||
|
||||
In short, Tmuxifier allows you to easily create, edit, and load "layout"
|
||||
files, which are simple shell scripts where you use the `tmux` command and
|
||||
helper commands provided by tmuxifier to manage Tmux sessions and windows
|
||||
helper commands provided by `tmuxifier` to manage Tmux sessions and windows
|
||||
|
||||
### Window Layouts
|
||||
|
||||
@@ -60,7 +60,7 @@ available to you:
|
||||
__In bash & zsh:__
|
||||
|
||||
```bash
|
||||
export PATH="~/.tmuxifier/bin:$PATH"
|
||||
export PATH="./.tmuxifier/bin:$PATH"
|
||||
```
|
||||
|
||||
__In tcsh:__
|
||||
|
||||
Reference in New Issue
Block a user