# HG changeset patch # User Dirk Olmes # Date 1326165883 -3600 # Node ID e8f909f0fb6f8d974d81b63164562785be98228b # Parent 5f21c59d58e48f8ae11fcecc6e34d9e7045cebae rename the svc alias to "service": this is in line with what CentOS uses and has autocomplete enabled already diff -r 5f21c59d58e4 -r e8f909f0fb6f zshrc-gentoo --- 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/"$@" }