function ssht to connect ssh without tmux
This commit is contained in:
parent
abc9276d8e
commit
4695e435c1
@ -217,3 +217,8 @@ most-often-commands() {
|
||||
= () {
|
||||
echo "$*" | bc -l
|
||||
}
|
||||
|
||||
# Disable tmux on remote machine
|
||||
ssht() {
|
||||
ssh -t "$1" 'TMUX=NO $SHELL -l'
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user