mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a1e6972434 | |||
| 7443dd74f8 |
@@ -6,7 +6,7 @@ set -e
|
||||
source "$TMUXIFIER/lib/util.sh"
|
||||
|
||||
# Provide tmuxifier help
|
||||
if calling-help "$@"; then
|
||||
if [[ " $@ " == *" --help "* ]]; then
|
||||
echo "usage: tmuxifier tmux [...]
|
||||
|
||||
Wrapper command for Tmux executable allowing Tmuxifier to pass in any custom
|
||||
|
||||
@@ -13,4 +13,4 @@ Outputs Tmuxifier version."
|
||||
exit
|
||||
fi
|
||||
|
||||
echo "0.11.2"
|
||||
echo "0.11.3"
|
||||
|
||||
Reference in New Issue
Block a user