Mercurial > hg > zsh-env
changeset 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 | 5f21c59d58e4 |
children | f5c6324fc952 |
files | zshrc-gentoo |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
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/"$@" }