X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.zshrc;h=0ccf8efb4f473c6a23479b0cb09a751b1aa68ff0;hb=fab8bcc2d42a8202856a8ff1e1b5b21c596c51f8;hp=56acc4253306a4cb2dfc741a011e67cd33fe7852;hpb=dbb49d444f52afd54c0a5b11705a769a0f801e32;p=grml-etc-core.git diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index 56acc42..0ccf8ef 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -130,9 +130,6 @@ fi ## ignore ~/.ssh/known_hosts entries #alias insecssh='ssh -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null" -o "PreferredAuthentications=keyboard-interactive"' -## a variation of our man2 alias -#alias man2='MANPAGER="sed -e G |less" TERMINFO=~/.terminfo TERM=mostlike /usr/bin/man' - ## global aliases (for those who like them) ## @@ -162,10 +159,8 @@ fi ## Set a search path for the cd builtin #cdpath=(.. ~) -## variations of our manzsh() function; pick you poison: +## variation of our manzsh() function; pick you poison: #manzsh() { /usr/bin/man zshall | most +/"$1" ; } -#[[ -f ~/.terminfo/m/mostlike ]] && MYLESS='LESS=C TERMINFO=~/.terminfo TERM=mostlike less' || MYLESS='less' -#manzsh() { man zshall | $MYLESS -p $1 ; } ## Switching shell safely and efficiently? http://www.zsh.org/mla/workers/2001/msg02410.html #bash() {