From 91cd6310ec1a27a3138a800484b6b08623f58e7c Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 10 Apr 2012 14:59:54 +0200 Subject: .osx: Make Trackpad settings more robust Fixes #48. --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') 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 -- cgit v1.2.3