1
0
Fork 0
mirror of synced 2024-06-01 14:51:10 -04:00
This commit is contained in:
Elijah Lynn 2023-06-27 18:50:25 -07:00 committed by GitHub
commit 28bd948936
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,13 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
run '~/.tmux/plugins/tpm/tpm'
```
Homebrew users need to set PATH before the `run` command:
```
# 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 '~/.tmux/plugins/tpm/tpm'
```
Reload TMUX environment so TPM is sourced:
```bash