X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.zshrc;h=c0cd5d9cfeb0552aabcd9fcb35f872edd91b7f88;hb=3c1a5fc9746a1562f1f7c204b9dadc6336efd4a7;hp=4a6b6e243f2d8eae2cd9890708f4600d63c9f7f1;hpb=575c92ff4335c1fb35a8dc4995ff12e298058eee;p=grml-etc-core.git 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'