From 3c1a5fc9746a1562f1f7c204b9dadc6336efd4a7 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 12 May 2007 23:23:05 +0200 Subject: [PATCH] Added alias and powerglob insecscp (like insecssh but for scp). --- debian/changelog | 7 +++++++ etc/skel/.zshrc | 3 ++- etc/zsh/zshrc | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f6e74c2..9964d4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 12 May 2007 23:22:32 +0200 + grml-etc-core (0.2.51) unstable; urgency=low * /etc/zsh/zshrc: diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index 4a6b6e2..c0cd5d9 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -3,7 +3,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # 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 {{{ @@ -160,6 +160,7 @@ # 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' diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 7e74bfc..04b1cb2 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -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' -- 2.1.4