mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Add /home/wikimatze variable
This commit is contained in:
@@ -54,13 +54,13 @@ Clone the repo to your machine:
|
|||||||
|
|
||||||
git clone https://github.com/jimeh/tmuxifier.git ~/.tmuxifier
|
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:
|
available to you:
|
||||||
|
|
||||||
__In bash & zsh:__
|
__In bash & zsh:__
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export PATH="./.tmuxifier/bin:$PATH"
|
export PATH="$HOME/.tmuxifier/bin:$PATH"
|
||||||
```
|
```
|
||||||
|
|
||||||
__In tcsh:__
|
__In tcsh:__
|
||||||
|
|||||||
Reference in New Issue
Block a user