adding alias for tmux session command
This commit is contained in:
parent
ca54e12e98
commit
e20d5d68d2
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ alias vi='nvim'
|
|||
# fix sudo autocorrections
|
||||
alias sudo="nocorrect sudo"
|
||||
|
||||
# shortcut for tmux command
|
||||
alias tm="tmux new-session -A -s main"
|
||||
|
||||
# A crude speedtest with curl
|
||||
alias speedtest="curl -o /dev/null http://speedtest-nyc1.digitalocean.com/100mb.test"
|
||||
|
||||
|
|
Loading…
Reference in a new issue