Add /home/wikimatze variable

This commit is contained in:
Matthias Guenther
2014-02-04 20:28:48 +01:00
parent 8a9174c1c5
commit f5c4361268

View File

@@ -54,13 +54,13 @@ Clone the repo to your machine:
git clone https://github.com/jimeh/tmuxifier.git ~/.tmuxifier
Then add `~/.tmuxifier/bin` to your PATH to make the `tmuxifier` executable
Then add `$HOME/.tmuxifier/bin` to your PATH to make the `tmuxifier` executable
available to you:
__In bash & zsh:__
```bash
export PATH="./.tmuxifier/bin:$PATH"
export PATH="$HOME/.tmuxifier/bin:$PATH"
```
__In tcsh:__