summaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2017-12-13 14:09:45 -0500
committerAmin Bandali <amin@aminb.org>2017-12-13 14:09:45 -0500
commit161c93e90668ee7ea7350e2bb914eff827d2f672 (patch)
treef220e06d7213668186363d378ea69b538caf7ec0 /zsh/.zshrc
parent9494231456fe472e24edd88d79b87c87aff5350a (diff)
downloadconfigs-161c93e90668ee7ea7350e2bb914eff827d2f672.tar.gz
configs-161c93e90668ee7ea7350e2bb914eff827d2f672.tar.xz
configs-161c93e90668ee7ea7350e2bb914eff827d2f672.zip
Updates
Diffstat (limited to '')
-rw-r--r--zsh/.zshrc2
1 files changed, 2 insertions, 0 deletions
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"