fix(tmuxinator): change mx to tat and get_mx_sessions to tls

This commit is contained in:
Oliver
2025-10-06 09:10:07 +02:00
parent 357bdad01b
commit fdf5efedb1
3 changed files with 8 additions and 10 deletions

View File

@@ -127,12 +127,8 @@ function ccd() {
printf "%q" "$(pwd)" | pbcopy
}
alias tat="tmux attach -t"
alias t="tmux"
alias tls="tmux ls"
function ip() {
dig +short myip.opendns.com @resolver1.opendns.com
}