Applied patch by ft for better $SUDO handling via salias; alias debian2hd
[grml-etc-core.git] / etc / skel / .zshrc
index 4a6b6e2..ebe54fe 100644 (file)
@@ -3,7 +3,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Fre Mai 11 00:35:57 CEST 2007 [mika]
+# Latest change: Sam Mai 12 23:22:28 CEST 2007 [mika]
 ################################################################################
 
 # source ~/.zshrc.global {{{
 # ignore ~/.ssh/known_hosts entries
 #  alias insecssh='ssh -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null" -o "PreferredAuthentications=keyboard-interactive"'
   alias insecssh='ssh -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null"'
+  alias insecscp='scp -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null"'
 
 # use colors when browsing man pages (if not using pinfo or PAGER=most)
   [ -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