diff options
Diffstat (limited to 'host:prunelle/Aliases.zsh')
-rw-r--r-- | host:prunelle/Aliases.zsh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/host:prunelle/Aliases.zsh b/host:prunelle/Aliases.zsh new file mode 100644 index 0000000..03b6b3f --- /dev/null +++ b/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' |