Newer/shorter tmux syntax

This commit is contained in:
Jan Jastrow 2023-04-27 20:28:08 +02:00
parent 2065901189
commit 2737a4e86d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if [[ $platform == 'Linux' ]]; then
fi
# tmux
alias tm='tmux attach -t default || tmux new -s default'
alias tm='tmux -u new -A -s default'
# For fun
alias fucking='sudo'