Skip to content

Commit 8260ee7

Browse files
committed
chore(tmux): add TMUX_PLUGIN_MANAGER_PATH so the tmux plugin manager actually manages tmux plugins
1 parent 2a15e6d commit 8260ee7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

root/dot_zsh.after/000_env.zsh.tmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export BAT_THEME="Solarized (dark)"
88
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
99
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#000000,bg=cyan,underline"
1010

11+
1112
{{ if eq .chezmoi.os "darwin" -}}
1213
# Point SSH_AUTH_SOCK at the 1Password SSH agent so tools that talk to the
1314
# agent directly (ssh-add, git commit signing, etc.) reach it. `ssh` itself
@@ -29,3 +30,6 @@ export yprivate=$HOME/.yadr-private/root
2930
# (they hardcode it, not via this var), so this just brings XDG-only tools
3031
# into line.
3132
export XDG_CONFIG_HOME="$HOME/.config"
33+
34+
# the tmux plugin manager abends in a deeply confusing way if this is not set
35+
export TMUX_PLUGIN_MANAGER_PATH=${XDG_CONFIG_HOME}/tmux/plugins

0 commit comments

Comments
 (0)