7 lines
196 B
Text
7 lines
196 B
Text
|
# tmux_init.conf
|
||
|
|
||
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||
|
set-environment -g PATH "/opt/homebrew/bin:/bin:/usr/bin"
|
||
|
run '~/.config/tmux/plugins/tpm/tpm'
|
||
|
|