mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Fix two typos
This commit is contained in:
@@ -17,6 +17,6 @@ if [ ! -z $TMUX ]; then
|
|||||||
session="$(tmuxifier-current-session)"
|
session="$(tmuxifier-current-session)"
|
||||||
load_window "$1"
|
load_window "$1"
|
||||||
else
|
else
|
||||||
echo "tmuxifier: 'window' command can only be used from within Tmux."
|
echo "tmuxifier: 'load-window' command can only be used from within Tmux."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ __expand_path() {
|
|||||||
|
|
||||||
__go_to_session() {
|
__go_to_session() {
|
||||||
if [ -z $TMUX ]; then
|
if [ -z $TMUX ]; then
|
||||||
tmux -u attach-sessions -t "$session"
|
tmux -u attach-session -t "$session"
|
||||||
else
|
else
|
||||||
tmux -u switch-client -t "$session"
|
tmux -u switch-client -t "$session"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user