Added alias and powerglob insecscp (like insecssh but for scp).
authorMichael Prokop <mika@grml.org>
Sat, 12 May 2007 21:23:05 +0000 (23:23 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 12 May 2007 21:23:05 +0000 (23:23 +0200)
debian/changelog
etc/skel/.zshrc
etc/zsh/zshrc

index f6e74c2..9964d4d 100644 (file)
@@ -1,3 +1,10 @@
+grml-etc-core (0.2.52) unstable; urgency=low
+
+  * /etc/zsh/zshrc and /etc/skel/.zshrc:
+    Added alias and powerglob insecscp (like insecssh but for scp).
+
+ -- Michael Prokop <mika@grml.org>  Sat, 12 May 2007 23:22:32 +0200
+
 grml-etc-core (0.2.51) unstable; urgency=low
 
   * /etc/zsh/zshrc:
index 4a6b6e2..c0cd5d9 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'
index 7e74bfc..04b1cb2 100644 (file)
@@ -235,6 +235,7 @@ fi
    'fbmplayer' 'mplayer -vo -fs -zoom fbdev'
    'fblinks' 'links2 -driver fb'
    'insecssh' 'ssh -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null"'
+   'insecscp' 'scp -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null"'
    'fori' 'for i ({..}) { }'
    'cx' 'chmod +x'
    'e'  'print -l'