diff 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
line wrap: on
line diff
--- a/zshrc-gentoo	Fri Dec 16 11:56:35 2011 +0100
+++ b/zshrc-gentoo	Tue Jan 10 04:24:43 2012 +0100
@@ -23,5 +23,4 @@
 ll() { /usr/bin/env -u LC_ALL LANG=C ls -laFh "$@" | more }
 
 lr() { /usr/bin/env -u LC_ALL LANG=C ls -rtlh "$@" }
-# TODO: completion from /etc/init.d
-svc() { /etc/init.d/"$@" }
\ No newline at end of file
+service() { /etc/init.d/"$@" }