This is better

This commit is contained in:
Brad Ganley 2021-05-19 02:03:21 -05:00
parent 6f878edfe2
commit 1500a9f113

View File

@ -13,7 +13,14 @@ alias gh='history|grep'
alias cpv='rsync -ah --info=progress2' alias cpv='rsync -ah --info=progress2'
alias please='sudo' alias please='sudo'
# Utilities
alias pang='ping -i 10 -v -a'
alias mnts='mount | column -t'
# Tmux # Tmux
alias mux='tmux new -s main' alias mux='tmux new -s main'
alias ta='tmux -2 a -t' alias ta='tmux -2 a -t'
alias tn='tmux -2 new -s' alias tn='tmux -2 new -s'
# Misc
alias wttr='ansiweather -l belleville,illinois -u imperial -s false'