From 1e56c667827d1aff22a527a8f80dc45bb865a382 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 10 Dec 2008 22:58:49 +0100 Subject: zshrc: Removed unused non-linux alias --- etc/rc | 2 -- 1 file changed, 2 deletions(-) (limited to 'etc/rc') diff --git a/etc/rc b/etc/rc index 9265e67..fd74c45 100644 --- a/etc/rc +++ b/etc/rc @@ -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 -- cgit v1.2.3