From 54e30c772b3f52e9b5d9008f8ab8df94f1df7f5b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 7 Jun 2008 01:04:17 +0200 Subject: added non-linux: --- etc/rc | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/rc') diff --git a/etc/rc b/etc/rc index 337fa80..817671f 100644 --- a/etc/rc +++ b/etc/rc @@ -4,6 +4,7 @@ ZDIR=$HOME/packages/zsh/etc uname=$(uname) alias 'linux:'='[ $uname = Linux ] &&' +alias 'non-linux:'='[ $uname = Linux ] ||' alias 'ls-colors:'='which dircolors &> /dev/null &&' alias 'openbsd:'='[ $uname = OpenBSD ] &&' -- cgit v1.2.3