Add TMUX favorite commands to Bash

main
Yax 1 month ago
parent 5d9f52bf8b
commit a262f8d3fc

@ -111,7 +111,7 @@ function ssh() {
fi fi
# Change tmux title before connecting # Change tmux title before connecting
set_tmux_title "SSH: $1" set_tmux_title "SSH $1"
# Run the actual ssh command with all arguments # Run the actual ssh command with all arguments
command ssh "$@" command ssh "$@"
@ -123,6 +123,11 @@ function ssh() {
fi fi
} }
export FAVORITE_COMMAND1="{{ .tmux_favorite1 }}"
export FAVORITE_COMMAND2="{{ .tmux_favorite2 }}"
export FAVORITE_COMMAND3="{{ .tmux_favorite3 }}"
export FAVORITE_COMMAND4="{{ .tmux_favorite4 }}"
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# COMPLETIONS # COMPLETIONS
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------

Loading…
Cancel
Save