summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-10 10:14:51 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-10 10:14:51 +0200
commit73c211798ecf1e62c903200ea932f94ba0c4040b (patch)
tree12398de63da2be42fc507e1217ecd057dfcec7fa /etc/.zshrc
parentfa7e31e75d81b1625b5c9ce76435e534f0dc0c80 (diff)
Add yd alias
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 4341390..b47c575 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -404,6 +404,8 @@ alias x='unsetopt bg_nice; startx &! exit'
alias xxz='xz -v -9 -M 800M'
+alias yd='youtube-dl -t'
+
alias wprox='http_proxy=http://10.200.200.2:8080/'
alias eprox='export http_proxy=http://10.200.200.2:8080/'