From 03458f1c65b1192e4371e3dd4d3881f3d60e039a Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 10 Apr 2012 11:29:34 +0200 Subject: .bash_profile: Add tab completion for `killall SystemUIServer` --- .bash_profile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3