Added function for tmux ssh title
This commit is contained in:
parent
208b4a7c44
commit
83d9abae43
1 changed files with 8 additions and 0 deletions
|
@ -157,3 +157,11 @@ source ~/.aliases.private
|
||||||
|
|
||||||
neofetch
|
neofetch
|
||||||
dh
|
dh
|
||||||
|
|
||||||
|
ssh() {
|
||||||
|
tmux rename-window "$*"
|
||||||
|
command ssh "$@"
|
||||||
|
# echo "Counting to 60"
|
||||||
|
# sleep 60 && exit
|
||||||
|
tmux rename-window "zsh"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue