diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-10 22:58:49 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-10 22:58:49 +0100 |
commit | 1e56c667827d1aff22a527a8f80dc45bb865a382 (patch) | |
tree | f307175ebd269e278935adfd31c299db46a61de9 /etc/rc | |
parent | 87b9a38c61d6d7d70c8e6070259ed9541adc0443 (diff) |
zshrc: Removed unused non-linux alias
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -9,7 +9,6 @@ ## mostly internal stuff uname=$(uname) alias 'linux:'='[[ $uname = Linux ]] &&' -alias 'non-linux:'='[[ $uname = Linux ]] ||' alias 'openbsd:'='[[ $uname = OpenBSD ]] &&' ## include the actual config @@ -41,7 +40,6 @@ chpwd ## cleanup unalias 'linux:' -unalias 'non-linux:' unalias 'openbsd:' unfunction check_com unfunction xexport |