diff --git a/.config/zsh/plugins/zsh-sudo.plugins.zsh b/.config/zsh/plugins/zsh-sudo.plugin.zsh similarity index 100% rename from .config/zsh/plugins/zsh-sudo.plugins.zsh rename to .config/zsh/plugins/zsh-sudo.plugin.zsh diff --git a/.config/zsh/plugins/zsh-tmux/tmux.extra.conf b/.config/zsh/plugins/zsh-tmux/tmux.extra.conf new file mode 100644 index 0000000..b480373 --- /dev/null +++ b/.config/zsh/plugins/zsh-tmux/tmux.extra.conf @@ -0,0 +1,2 @@ +set -g default-terminal $ZSH_TMUX_TERM +source-file $ZSH_TMUX_CONFIG diff --git a/.config/zsh/plugins/zsh-tmux/tmux.only.conf b/.config/zsh/plugins/zsh-tmux/tmux.only.conf new file mode 100644 index 0000000..0734df3 --- /dev/null +++ b/.config/zsh/plugins/zsh-tmux/tmux.only.conf @@ -0,0 +1 @@ +set -g default-terminal $ZSH_TMUX_TERM diff --git a/.config/zsh/plugins/zsh-tmux.plugins.zsh b/.config/zsh/plugins/zsh-tmux/zsh-tmux.plugin.zsh similarity index 100% rename from .config/zsh/plugins/zsh-tmux.plugins.zsh rename to .config/zsh/plugins/zsh-tmux/zsh-tmux.plugin.zsh