mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +00:00
Separate init command output commands with ; fixing issues with tcsh
This commit is contained in:
@@ -54,11 +54,11 @@ fi
|
||||
|
||||
case "$shell" in
|
||||
csh | tcsh )
|
||||
echo "setenv TMUXIFIER \"$TMUXIFIER\""
|
||||
echo "source \"\$TMUXIFIER/init.tcsh\""
|
||||
echo "setenv TMUXIFIER \"$TMUXIFIER\";"
|
||||
echo "source \"\$TMUXIFIER/init.tcsh\";"
|
||||
;;
|
||||
* )
|
||||
echo "export TMUXIFIER=\"$TMUXIFIER\""
|
||||
echo "source \"\$TMUXIFIER/init.sh\""
|
||||
echo "export TMUXIFIER=\"$TMUXIFIER\";"
|
||||
echo "source \"\$TMUXIFIER/init.sh\";"
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user