mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Fix an error and tweak some styling in readme
This commit is contained in:
10
README.md
10
README.md
@@ -60,21 +60,21 @@ git clone https://github.com/jimeh/tmuxifier.git ~/.tmuxifier
|
|||||||
|
|
||||||
Then add `~/.tmuxifier/bin` to your PATH:
|
Then add `~/.tmuxifier/bin` to your PATH:
|
||||||
|
|
||||||
### bash & zsh
|
__In bash & zsh:__
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export PATH="~/.tmuxifier/bin:$PATH"
|
export PATH="~/.tmuxifier/bin:$PATH"
|
||||||
```
|
```
|
||||||
|
|
||||||
### tcsh
|
__In tcsh:__
|
||||||
|
|
||||||
```tcsh
|
```tcsh
|
||||||
set path = ( ~/.tmuxifier/bin $path )
|
set path = ( "~/.tmuxifier/bin" $path )
|
||||||
```
|
```
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
### bash & zsh
|
__In bash & zsh:__
|
||||||
|
|
||||||
And add the following to your `~/.profile`, `~/.bash_profile`, `~/.zshrc` or
|
And add the following to your `~/.profile`, `~/.bash_profile`, `~/.zshrc` or
|
||||||
equivalent:
|
equivalent:
|
||||||
@@ -83,7 +83,7 @@ equivalent:
|
|||||||
eval "$(tmuxifier init -)"
|
eval "$(tmuxifier init -)"
|
||||||
```
|
```
|
||||||
|
|
||||||
### tcsh
|
__In tcsh:__
|
||||||
|
|
||||||
Add the following to your `~/.cshrc`, `~/.tcshrc` or equivalent:
|
Add the following to your `~/.cshrc`, `~/.tcshrc` or equivalent:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user