You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like to keep my dotfiles in $XDG_CONFIG_HOME, to keep ~ a little cleaner. Accordingly, tmux is aliased to tmux -f $XDG_CONFIG_HOME/tmux/tmux.conf.
Looking through the source, the set -g @plugin syntax seems to work by parsing the tmux conf file manually? And it looks specifically at /etc/tmux.conf and ~/.tmux.conf. Thus whenever I try to install plugins, it shows no plugins to install.
@tpm_plugins syntax still works, so I'll go back to that, but this should probably be accounted for if @plugin is to be the only way going forward. (perhaps a $TMUX_CONF env var? parsing which tmux?)
The text was updated successfully, but these errors were encountered:
I like to keep my dotfiles in
$XDG_CONFIG_HOME
, to keep ~ a little cleaner. Accordingly, tmux is aliased totmux -f $XDG_CONFIG_HOME/tmux/tmux.conf
.Looking through the source, the
set -g @plugin
syntax seems to work by parsing the tmux conf file manually? And it looks specifically at/etc/tmux.conf
and~/.tmux.conf
. Thus whenever I try to install plugins, it shows no plugins to install.@tpm_plugins
syntax still works, so I'll go back to that, but this should probably be accounted for if@plugin
is to be the only way going forward. (perhaps a $TMUX_CONF env var? parsingwhich tmux
?)The text was updated successfully, but these errors were encountered: