askdjfasd

Former-commit-id: 1573eb4ce9
This commit is contained in:
Brad Ganley
2021-05-24 13:11:13 -05:00
parent 599d5c3676
commit 480497f28d

View File

@@ -18,6 +18,8 @@ alias src='source .bashrc'
# Utilities
alias pang='ping -i 10 -v -a'
alias mnts='mount | column -t'
alias h='history'
alias hgrep='history | grep'
# Tmux
alias mux='tmux new -s main'