Archived
1
0
Fork 0

zsh: fix nocorrect not found on certain commands using sudo

This commit is contained in:
Christoph Heiss 2020-12-06 19:27:04 +01:00
parent 6384937b24
commit 1deb20a097
Signed by: c8h4
GPG key ID: 8D9166DCF6A28E57

View file

@ -95,7 +95,6 @@ unsetopt share_history
# Disable annoying correction prompt
unsetopt correct_all
alias sudo='sudo '
alias yt-dl-mp3="youtube-dl -o '%(title)s.%(ext)s' -i -x --audio-quality 320K --audio-format mp3"
alias yt-dl-video="youtube-dl -iw -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best'"
alias weather='curl wttr.in'