Fix tcsh instructions

This commit is contained in:
2012-09-06 23:01:12 +01:00
parent f460d78f48
commit 11103822c2

View File

@@ -71,8 +71,10 @@ equivalent:
Add the following to your `~/.cshrc`, `~/.tcshrc` or equivalent:
```bash
[ -f "$HOME/.tmuxifier/init.tcsh" ] && source "$HOME/.tmuxifier/init.tcsh"
```tcsh
if ( -s "$HOME/.tmuxifier/init.sh" ) then
source "$HOME/.tmuxifier/init.sh"
endif
```
## Usage