X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=183ebc4c67af128f9d83a7c719dfe05bd245ce8d;hb=ed94530572657b2a11472868d3ef784ad8b02646;hp=b0aa09083b581f3a8c011e06f1475b7897e3251b;hpb=2cbc16cf7d31a5b16d142b9f6015cad9538a82a2;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index b0aa090..183ebc4 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1457,13 +1457,6 @@ iso2utf() { fi } -# I like clean prompt, so provide simple way to get that -check_com 0 || alias 0='return 0' - -# for really lazy people like mika: -check_com S &>/dev/null || alias S='screen' -check_com s &>/dev/null || alias s='ssh' - # especially for roadwarriors using GNU screen and ssh: if ! check_com asc &>/dev/null ; then asc() { autossh -t "$@" 'screen -RdU' } @@ -2263,9 +2256,6 @@ alias insecscp='scp -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/nu # simple webserver check_com -c python && alias http="python -m SimpleHTTPServer" -# Use 'g' instead of 'git': -check_com g || alias g='git' - # work around non utf8 capable software in utf environment via $LANG and luit if check_com isutfenv && check_com luit ; then if check_com -c mrxvt ; then