blob: 7c2a39056b343602016d310a8d7c2679f4976d34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
##
## 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.
##
if [ "$OSTYPE" == "Darwin" ]
then
a port='sudo port'
a ls='ls -FG'
a aless='open -a /Applications/DarwinPorts/AquaLess.app'
fi
|