Remove capitalization from shell names in headers

This commit is contained in:
2012-09-06 23:01:49 +01:00
parent 11103822c2
commit 68ee1b8660

View File

@@ -58,7 +58,7 @@ Clone the repo to your machine:
git clone https://github.com/jimeh/tmuxifier.git ~/.tmuxifier
```
### Bash & ZSH
### bash & zsh
And add the following to your `~/.profile`, `~/.bash_profile`, `~/.zshrc` or
equivalent:
@@ -67,7 +67,7 @@ equivalent:
[[ -s "$HOME/.tmuxifier/init.sh" ]] && source "$HOME/.tmuxifier/init.sh"
```
### TCSH
### tcsh
Add the following to your `~/.cshrc`, `~/.tcshrc` or equivalent: