diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-06-10 10:14:51 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-06-10 10:14:51 +0200 |
commit | 73c211798ecf1e62c903200ea932f94ba0c4040b (patch) | |
tree | 12398de63da2be42fc507e1217ecd057dfcec7fa /etc | |
parent | fa7e31e75d81b1625b5c9ce76435e534f0dc0c80 (diff) |
Add yd alias
Diffstat (limited to 'etc')
-rw-r--r-- | etc/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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/' |