summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2009-01-25 17:59:29 +0100
committerHugues Hiegel <hugues@hiegel.fr>2009-01-25 17:59:29 +0100
commitcb09265b096ad0fecd1e94232cd60a141a76f44b (patch)
treea45e1b7368322216c061c5dd6aff8fec3960e11f
parent5ed00538f4cb9eef5752ef46a3d0afef0f144438 (diff)
[Aliases] prunelle != darwin ..
-rw-r--r--net:sweethome/host:prunelle/Aliases.zsh10
1 files changed, 7 insertions, 3 deletions
diff --git a/net:sweethome/host:prunelle/Aliases.zsh b/net:sweethome/host:prunelle/Aliases.zsh
index cc1173a..7c2a390 100644
--- a/net:sweethome/host:prunelle/Aliases.zsh
+++ b/net:sweethome/host:prunelle/Aliases.zsh
@@ -7,6 +7,10 @@
## You are encouraged to use, modify, and redistribute
## these files with or without this notice.
##
-a port='sudo port'
-a ls='ls -FG'
-a aless='open -a /Applications/DarwinPorts/AquaLess.app'
+
+if [ "$OSTYPE" == "Darwin" ]
+then
+ a port='sudo port'
+ a ls='ls -FG'
+ a aless='open -a /Applications/DarwinPorts/AquaLess.app'
+fi