alias ssh + tmux

This commit is contained in:
Meutel 2015-09-15 20:21:56 +02:00
parent 34aa10b0d7
commit 7880d842ce

View File

@ -51,3 +51,4 @@ randpw(){
LC_CTYPE=C < /dev/urandom tr -dc '[:graph:]' | head -c${1:-10} LC_CTYPE=C < /dev/urandom tr -dc '[:graph:]' | head -c${1:-10}
echo echo
} }
alias ssh_dev='ssh dev -t bin/tmux_rattach.sh'