mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[tmux] Fix critical typo bug.
This commit is contained in:
parent
ba349ba7f5
commit
05c9aeba19
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
set -g default-terminal 'screen-256color'
|
||||
set -g mouse on
|
||||
|
||||
run 'if [ -d "~/.tmux/plguins/tpm" ]; then : ; else git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm; fi'
|
||||
run 'if [ -d "~/.tmux/plugins/tpm" ]; then : ; else git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm; fi'
|
||||
|
||||
set -g @tpm_plugins ' \
|
||||
tmux-plugins/tpm \
|
||||
|
|
Loading…
Reference in a new issue