diff options
Diffstat (limited to 'archive/1.vm/sandbox')
-rwxr-xr-x | archive/1.vm/sandbox/mu_run | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archive/1.vm/sandbox/mu_run b/archive/1.vm/sandbox/mu_run index b96cfd1c..c10e6ac7 100755 --- a/archive/1.vm/sandbox/mu_run +++ b/archive/1.vm/sandbox/mu_run @@ -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 |