mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +00:00
Remove capitalization from shell names in headers
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user