mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2aa549ff70 | |||
| 6f0fdba121 | |||
| a1e6972434 | |||
| 7443dd74f8 | |||
| e08ee38927 | |||
| 8416e63094 | |||
|
|
fe1ac9d2f9 |
@@ -2,13 +2,4 @@
|
|||||||
set -e
|
set -e
|
||||||
[ -n "$TMUXIFIER_DEBUG" ] && set -x
|
[ -n "$TMUXIFIER_DEBUG" ] && set -x
|
||||||
|
|
||||||
# Provide tmuxifier help
|
|
||||||
if calling-help "$@"; then
|
|
||||||
echo "usage: tmuxifier tmux [...]
|
|
||||||
|
|
||||||
Wrapper command for Tmux executable allowing Tmuxifier to pass in any custom
|
|
||||||
arguments specified in the TMUXIFIER_TMUX_OPTS environment variable."
|
|
||||||
exit
|
|
||||||
fi
|
|
||||||
|
|
||||||
tmux $TMUXIFIER_TMUX_OPTS "$@"
|
tmux $TMUXIFIER_TMUX_OPTS "$@"
|
||||||
|
|||||||
@@ -13,4 +13,4 @@ Outputs Tmuxifier version."
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "0.11.1"
|
echo "0.11.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user