Updated zsh aliases

This commit is contained in:
Christian Baer 2021-01-12 23:20:26 +01:00
parent f0c7e1407d
commit 1ff06fca06

View File

@ -27,8 +27,8 @@ case `uname` in
alias r="open -a" alias r="open -a"
alias ydl="youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'" alias ydl="youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'"
alias nmap_localnet="nmap -sP 10.0.3.0/24" alias nmap_localnet="nmap -sP 10.0.3.0/24"
alias fetch="curl -O" alias fetch="curl -O"
alias htop="sudo htop" alias htop="sudo htop"
;; ;;
Linux) Linux)
# commands for Linux go here # commands for Linux go here