Add "zup" alias for zimfw update

This commit is contained in:
Adam Goldsmith 2020-03-25 01:39:57 -04:00
parent df4f903a59
commit 81f2bfe24d
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
alias l='ls -1a'
alias la='ll -a'
# zim updates
alias zup="zimfw update && zimfw upgrade"
## Disable Globbing (for some things)
alias nmap="noglob nmap"