Applied patch by ft for better $SUDO handling via salias; alias debian2hd
[grml-etc-core.git] / etc / skel / .zshrc
index c0cd5d9..ebe54fe 100644 (file)
   [ -d ~/.terminfo/ ] && alias man='TERMINFO=~/.terminfo/ LESS=C TERM=mostlike PAGER=less man'
 
 # check whether Debian's package management (dpkg) is running
-  alias check_dpkg_running="$SUDO dpkg_running"
+  salias check_dpkg_running="dpkg_running"
 
 # work around non utf8 capable software in utf environment
   if [ -x /usr/bin/mrxvt ] ; then