mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +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
|
case "$shell" in
|
||||||
csh | tcsh )
|
csh | tcsh )
|
||||||
echo "setenv TMUXIFIER \"$TMUXIFIER\""
|
echo "setenv TMUXIFIER \"$TMUXIFIER\";"
|
||||||
echo "source \"\$TMUXIFIER/init.tcsh\""
|
echo "source \"\$TMUXIFIER/init.tcsh\";"
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
echo "export TMUXIFIER=\"$TMUXIFIER\""
|
echo "export TMUXIFIER=\"$TMUXIFIER\";"
|
||||||
echo "source \"\$TMUXIFIER/init.sh\""
|
echo "source \"\$TMUXIFIER/init.sh\";"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user