Skip to content

Commit

Permalink
prevent unecessary runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
napalm255 committed Dec 14, 2014
1 parent 42366e1 commit cfb4548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powertmux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export POWERTMUX_DIR_TEMPORARY="/tmp/powertmux_${USER}"
[ ! -d "$POWERTMUX_DIR_TEMPORARY" ] && mkdir "$POWERTMUX_DIR_TEMPORARY"

# load powertmux
powertmux $@
[ -z "$@" ] || powertmux $@

# enable auto completion
complete -F __powertmux_complete powertmux

0 comments on commit cfb4548

Please sign in to comment.