diff options
author | Hugues Hiegel <hugues@hiegel.fr> | 2009-01-25 17:59:29 +0100 |
---|---|---|
committer | Hugues Hiegel <hugues@hiegel.fr> | 2009-01-25 17:59:29 +0100 |
commit | cb09265b096ad0fecd1e94232cd60a141a76f44b (patch) | |
tree | a45e1b7368322216c061c5dd6aff8fec3960e11f /net:sweethome | |
parent | 5ed00538f4cb9eef5752ef46a3d0afef0f144438 (diff) |
[Aliases] prunelle != darwin ..
Diffstat (limited to 'net:sweethome')
-rw-r--r-- | net:sweethome/host:prunelle/Aliases.zsh | 10 |
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 |