diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-04-10 14:59:54 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-04-10 14:59:54 +0200 |
commit | 91cd6310ec1a27a3138a800484b6b08623f58e7c (patch) | |
tree | 5282384f9c1120732b6afd8b350374c30941182e /.bash_profile | |
parent | 03458f1c65b1192e4371e3dd4d3881f3d60e039a (diff) | |
download | dotfiles-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_profile | 2 |
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 |