This commit is contained in:
Kartik Agaram 2020-03-20 18:19:13 -07:00
parent e1de7e0661
commit 30c45021d4
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/zsh
#!/usr/bin/env zsh
# Little bit of glue to support running Mu from Vim over tmux.
export ALREADY_FOCUSED=0
@ -14,3 +14,5 @@ if [[ $ALREADY_FOCUSED -eq 0 ]]
then
tmux last-pane
fi
exit 0 # avoid spurious error messages under tmux