.bashrc
changeset 596 f6be61efe78f
parent 594 521916a26ee2
child 598 76730a624b4b
--- a/.bashrc	Mon Nov 19 21:45:28 2012 +0200
+++ b/.bashrc	Tue Nov 20 23:41:41 2012 +0200
@@ -118,6 +118,8 @@
 # alias vim='vim -X' #don't try to contact xserver (which can hang on network issues)
 # alias gdb='gdb -tui' #enable the text window interface if possible
 
+alias dquilt="quilt --quiltrc=${HOME}/.quiltrc-dpkg"
+
 # what most people want from od (hexdump)
 # alias hd='od -Ax -tx1z -v'