From be7dba950f3e59d43cc815ece03bb28208a7f9f8 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Wed, 24 Jan 2007 13:10:38 +0000 Subject: [PATCH] bash_completion: Completion for rootliness. Organization: Straylight/Edgeware From: Mark Wooding --- bash_completion | 4 ++++ setup | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 bash_completion diff --git a/bash_completion b/bash_completion new file mode 100644 index 0000000..1634e81 --- /dev/null +++ b/bash_completion @@ -0,0 +1,4 @@ +### -*-sh-*- + +[ "$(type -t _command)" = "function" ] && +complete -F _command r rootly diff --git a/setup b/setup index 2be9065..cea3d94 100755 --- a/setup +++ b/setup @@ -142,7 +142,7 @@ fi ### Symlink the various dotfiles into place dotfiles=" - bash_profile bash_logout bashrc inputrc + bash_profile bash_logout bashrc inputrc bash_completion emacs emacs-calc vm mailrc signature gitconfig -- [mdw]