From 82baf9874575e4e89c04f2e653a00c9258fa18f1 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sat, 14 Apr 2012 20:02:19 +0200 Subject: .bash_profile: Add `killall` tab completion for common apps --- .bash_profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bash_profile b/.bash_profile index bb60817..2930dfa 100644 --- a/.bash_profile +++ b/.bash_profile @@ -25,5 +25,5 @@ export LANG="en_US" # You could just use `-g` instead, but I like being explicit complete -W "NSGlobalDomain" defaults -# Add tab completion for `killall SystemUIServer` -complete -o "nospace" -W "SystemUIServer" killall \ No newline at end of file +# Add `killall` tab completion for common apps +complete -o "nospace" -W "Finder Dock Mail Safari iTunes iCal Address\ Book SystemUIServer" killall \ No newline at end of file -- cgit v1.2.3