Add update alias

This commit is contained in:
the_4n0nym0u53 2022-01-09 22:30:55 +01:00
parent 75a0d08c4f
commit e51a4bdc22
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ alias rm="rm -i"
alias srm="srm -i"
alias tmux="tmux -2u"
alias tree="exa --tree -I '.git'"
alias u="update.sh"
alias wl-copy="wl-copy -n"
alias zgrep="zgrep --color=always"