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