diff options
author | Peter Palfrader <peter@palfrader.org> | 2013-04-21 09:29:18 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2013-04-21 09:29:18 +0000 |
commit | 9c90b7c77bc0d28f9189737bc855bbb49ff9052a (patch) | |
tree | 8c7e43d65268280e1fd547e0e12ddd9e007be406 /zshrc | |
parent | 57fd52fc18ce868c81ad71c1485b0c8dcd782d41 (diff) |
zshrc: Cleanup
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@615 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -231,9 +231,6 @@ alias huge='echo -n -e "\033]50;-misc-fixed-medium-r-normal--20-200-75-75-c-100- [[ -x /sbin/route ]] && alias route=/sbin/route [[ -x /usr/sbin/samhain ]] && alias samhain-check='sudo /usr/sbin/samhain -t check -i -p err -s none -l none -m none' -[ "$HOSTNAME" = 'anguilla' ] && [ -r "$HOME/.oftc-hosts" ] && setup-oftc-aliases -[ "$HOSTNAME" = 'thetis' ] && alias ldapvi='ldapvi --encoding=ASCII -h localhost -D cn=admin,o=ab.office.dibral.at -w `grep bindpw $HOME/.noreply.ldap | cut -d" " -f 2`' - if [ -x /usr/bin/recode ]; then alias unix2dos='recode lat1..ibmpc' alias dos2unix='recode ibmpc..lat1' |