diff options
author | 2017-12-13 14:09:45 -0500 | |
---|---|---|
committer | 2017-12-13 14:09:45 -0500 | |
commit | 161c93e90668ee7ea7350e2bb914eff827d2f672 (patch) | |
tree | f220e06d7213668186363d378ea69b538caf7ec0 /zsh/.zshrc | |
parent | 9494231456fe472e24edd88d79b87c87aff5350a (diff) | |
download | configs-161c93e90668ee7ea7350e2bb914eff827d2f672.tar.gz configs-161c93e90668ee7ea7350e2bb914eff827d2f672.tar.xz configs-161c93e90668ee7ea7350e2bb914eff827d2f672.zip |
Updates
Diffstat (limited to '')
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |