diff options
author | StelFux <22601105+StelFux@users.noreply.github.com> | 2019-11-08 21:44:44 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-11-08 21:44:44 +0100 |
commit | 86b39cfa0a42cd0962be2b8072e73229280c362b (patch) | |
tree | e789fdc8b62e73fba87ad42e2c56672917dc2b5e /plugins/tmux/tmux.extra.conf | |
parent | ef96a38fa599c983823f0e1ef530de847ee76da0 (diff) | |
download | zsh-86b39cfa0a42cd0962be2b8072e73229280c362b.tar.gz zsh-86b39cfa0a42cd0962be2b8072e73229280c362b.tar.bz2 zsh-86b39cfa0a42cd0962be2b8072e73229280c362b.zip |
tmux: allow to define a custom configuration path (#7606)
Diffstat (limited to 'plugins/tmux/tmux.extra.conf')
-rw-r--r-- | plugins/tmux/tmux.extra.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tmux/tmux.extra.conf b/plugins/tmux/tmux.extra.conf index beffd380c..3420d19d4 100644 --- a/plugins/tmux/tmux.extra.conf +++ b/plugins/tmux/tmux.extra.conf @@ -1,2 +1,2 @@ set -g default-terminal $ZSH_TMUX_TERM -source $HOME/.tmux.conf +source $ZSH_TMUX_CONFIG
\ No newline at end of file |