aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bash_profile4
1 files 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