diff options
author | Hugues Hiegel <hugues@hiegel.fr> | 2008-05-22 17:05:37 +0200 |
---|---|---|
committer | Hugues Hiegel <hugues@hiegel.fr> | 2008-05-22 17:05:37 +0200 |
commit | a7ab0284ca57ccdc723afb3739380f48be60338c (patch) | |
tree | 58b81773bce201ef4c301dceb1c147cca9467c40 /net:sweethome/host:prunelle/Aliases.zsh | |
parent | 8f03ff3021cf7be147ad1f85441240bb68aa4c6a (diff) |
Sweethome !
Diffstat (limited to 'net:sweethome/host:prunelle/Aliases.zsh')
-rw-r--r-- | net:sweethome/host:prunelle/Aliases.zsh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net:sweethome/host:prunelle/Aliases.zsh b/net:sweethome/host:prunelle/Aliases.zsh new file mode 100644 index 0000000..03b6b3f --- /dev/null +++ b/net:sweethome/host:prunelle/Aliases.zsh @@ -0,0 +1,13 @@ +#!/bin/zsh +## +## Part of configuration files for Zsh 4 +## by Hugues Hiegel <hugues@hiegel.fr> +## +## NO WARRANTY PROVIDED, USE AT YOUR OWN RISKS +## +## 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' |