diff options
-rw-r--r-- | .bash_profile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index 76e2dba..d69d7e0 100644 --- a/.bash_profile +++ b/.bash_profile @@ -23,4 +23,7 @@ export LANG="en_US" # Add tab completion for `defaults read|write NSGlobalDomain` # You could just use `-g` instead, but I like being explicit -complete -W "NSGlobalDomain" defaults
\ No newline at end of file +complete -W "NSGlobalDomain" defaults + +# Add tab completion for `killall SystemUIServer` +complete -W "SystemUIServer" killall
\ No newline at end of file |