Subtle change: Added a space in front of the command that's run in the
authorNils Winkler <nils@nilswinkler.com>
Tue, 10 Dec 2013 15:59:22 +0000 (16:59 +0100)
committerNils Winkler <nils@nilswinkler.com>
Tue, 10 Dec 2013 16:05:28 +0000 (17:05 +0100)
commit964850d6da50b2f776d28858a496581993224327
treeb2477a28360ccb5a0e9c47e6c493bf08edaa264a
parent814b4bc53abdcf547f6a5d8c5e1423a98c7eab0e
Subtle change: Added a space in front of the command that's run in the
new tab. If you use `export HISTIGNORE=' *'` in your shell, this will
ensure that commands starting with a space will not be included in the
history. Since the command sent to the new tab by the `tab` command
probably shouldn't show up in the history, I added a leading space
character.
plugins/available/osx.plugin.bash