1 parent 2a15e6d commit 8260ee7Copy full SHA for 8260ee7
1 file changed
root/dot_zsh.after/000_env.zsh.tmpl
@@ -8,6 +8,7 @@ export BAT_THEME="Solarized (dark)"
8
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
9
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#000000,bg=cyan,underline"
10
11
+
12
{{ if eq .chezmoi.os "darwin" -}}
13
# Point SSH_AUTH_SOCK at the 1Password SSH agent so tools that talk to the
14
# agent directly (ssh-add, git commit signing, etc.) reach it. `ssh` itself
@@ -29,3 +30,6 @@ export yprivate=$HOME/.yadr-private/root
29
30
# (they hardcode it, not via this var), so this just brings XDG-only tools
31
# into line.
32
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