aboutsummaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index d69d7e0..bb60817 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -26,4 +26,4 @@ export LANG="en_US"
complete -W "NSGlobalDomain" defaults
# Add tab completion for `killall SystemUIServer`
-complete -W "SystemUIServer" killall \ No newline at end of file
+complete -o "nospace" -W "SystemUIServer" killall \ No newline at end of file