X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/8b2a2e9c8a72ea0a7c1e409849bd8329f958da8f..161c93e90668ee7ea7350e2bb914eff827d2f672:/zsh/.zshrc diff --git a/zsh/.zshrc b/zsh/.zshrc index 5ca4c1b..4de08ab 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -27,6 +27,7 @@ ZSH_HIGHLIGHT_PATTERNS+=('rm -rf *' 'fg=white,bold,bg=red') #ZSH_HIGHLIGHT_STYLES[unknown-token]='fg=red,bold' source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh +source ~/.zsh/zsh-autopair/autopair.zsh # aliases alias mpv="mpv --ytdl-format mp4" @@ -35,3 +36,4 @@ alias cp="cp -iv" alias scl=systemctl alias jcl=journalctl alias m="mbsync -Va; getmail; notmuch new" +alias best="youtube-dl -f best"