aboutsummaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-04-10 14:59:54 +0200
committerMathias Bynens <mathias@qiwi.be>2012-04-10 14:59:54 +0200
commit91cd6310ec1a27a3138a800484b6b08623f58e7c (patch)
tree5282384f9c1120732b6afd8b350374c30941182e /.bash_profile
parent03458f1c65b1192e4371e3dd4d3881f3d60e039a (diff)
downloaddotfiles-91cd6310ec1a27a3138a800484b6b08623f58e7c.tar.gz
dotfiles-91cd6310ec1a27a3138a800484b6b08623f58e7c.tar.bz2
dotfiles-91cd6310ec1a27a3138a800484b6b08623f58e7c.zip
.osx: Make Trackpad settings more robust
Fixes #48.
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