diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-11-26 23:22:17 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-11-26 23:22:17 +0100 |
commit | 9fbf3a1cc0a1d2bfb1a4818ea88c190868881f97 (patch) | |
tree | 0a412dbf07236de386fba1024c32d04b9e37d252 /zsh | |
parent | 20b68dc1550e6210d3cb913d9b15a676da767dd5 (diff) |
Added a quilt option
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ export PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/games export DEBEMAIL=xeno@thehappy.de export DEBFULLNAME="Stefan Ritter" export QUILT_PATCHES=debian/patches +export QUILT_REFRESH_ARGS="-p ab --no-timestamps --no-index" HISTSIZE=1000 SAVEHIST=1000 |