From: Mark Wooding Date: Wed, 24 Jan 2007 13:10:38 +0000 (+0000) Subject: bash_completion: Completion for rootliness. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/be7dba950f3e59d43cc815ece03bb28208a7f9f8?ds=inline bash_completion: Completion for rootliness. --- 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