comparison zshrc-gentoo @ 18:e8f909f0fb6f

rename the svc alias to "service": this is in line with what CentOS uses and has autocomplete enabled already
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 10 Jan 2012 04:24:43 +0100
parents e12c50e8ea8c
children f5c6324fc952
comparison
equal deleted inserted replaced
17:5f21c59d58e4 18:e8f909f0fb6f
21 21
22 unalias ll 22 unalias ll
23 ll() { /usr/bin/env -u LC_ALL LANG=C ls -laFh "$@" | more } 23 ll() { /usr/bin/env -u LC_ALL LANG=C ls -laFh "$@" | more }
24 24
25 lr() { /usr/bin/env -u LC_ALL LANG=C ls -rtlh "$@" } 25 lr() { /usr/bin/env -u LC_ALL LANG=C ls -rtlh "$@" }
26 # TODO: completion from /etc/init.d 26 service() { /etc/init.d/"$@" }
27 svc() { /etc/init.d/"$@" }