remi / teamocil

There's no I in Teamocil. At least not where you think. Teamocil is a simple tool used to automatically create windows and panes in tmux with YAML files.
MIT License
2.35k stars 101 forks source link

Ignore adding executed commands to history #44

Closed mesuutt closed 10 years ago

mesuutt commented 11 years ago

Hi,

I find teamocil now and I tried it. Teamocil is good and I love it but when I run teamocil myproject teamocil execute commands in newly created panes and these commands saving to history. I don't want to see these commands in history. How can I ignore save executed commands to history. Maybe If you add a space before command and If histignorespace is on in zsh, commands not save to the history.

Maybe this feature already exist but I could not find.

remi commented 10 years ago

This feature doesn’t exist, but check out teamocil 1.0 which doesn’t run any other command than the ones defined in your YAML layout. No more export, clear, cd …! :smile: