diff options
author | Josh Matthews <jmatth@nbcs.rutgers.edu> | 2013-02-26 18:09:17 -0500 |
---|---|---|
committer | Josh Matthews <jmatth@nbcs.rutgers.edu> | 2013-02-26 22:29:26 -0500 |
commit | bf40d4e354ce33c0d9f42cc64372461bff14cde8 (patch) | |
tree | f66bf790355727ee43bc8c5485c407ef94a82e7d | |
parent | 45a4db33f81c5dbdcafa25cfe5a75490d55ec185 (diff) | |
download | zsh-bf40d4e354ce33c0d9f42cc64372461bff14cde8.tar.gz zsh-bf40d4e354ce33c0d9f42cc64372461bff14cde8.tar.bz2 zsh-bf40d4e354ce33c0d9f42cc64372461bff14cde8.zip |
Adding helper tmux config files to tmux plugin.
-rw-r--r-- | plugins/tmux/tmux.extra.conf | 2 | ||||
-rw-r--r-- | plugins/tmux/tmux.only.conf | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/plugins/tmux/tmux.extra.conf b/plugins/tmux/tmux.extra.conf new file mode 100644 index 000000000..beffd380c --- /dev/null +++ b/plugins/tmux/tmux.extra.conf @@ -0,0 +1,2 @@ +set -g default-terminal $ZSH_TMUX_TERM +source $HOME/.tmux.conf diff --git a/plugins/tmux/tmux.only.conf b/plugins/tmux/tmux.only.conf new file mode 100644 index 000000000..0734df3e1 --- /dev/null +++ b/plugins/tmux/tmux.only.conf @@ -0,0 +1 @@ +set -g default-terminal $ZSH_TMUX_TERM |