File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,7 @@ wget https://io.evansosenko.com/tmuxrc/install.sh -O - | sh
40
40
# razor-x/tmuxrc
41
41
42
42
if-shell " test -f ~/.tmux/plugins/tmuxrc/plugins.conf" " source ~/.tmux/plugins/tmuxrc/plugins.conf"
43
-
44
43
if-shell " test ! -f ~/.tmux/plugins/tmuxrc/plugins.conf" " set -g @tpm_plugins 'tmux-plugins/tpm razor-x/tmuxrc'"
45
-
46
44
run-shell ' ~/.tmux/plugins/tpm/tpm'
47
45
````
48
46
Original file line number Diff line number Diff line change @@ -45,9 +45,7 @@ tee ~/.tmux.conf >/dev/null <<EOF
45
45
# razor-x/tmuxrc
46
46
47
47
if-shell "test -f ~/.tmux/plugins/tmuxrc/plugins.conf" "source ~/.tmux/plugins/tmuxrc/plugins.conf"
48
-
49
48
if-shell "test ! -f ~/.tmux/plugins/tmuxrc/plugins.conf" "set -g @tpm_plugins 'tmux-plugins/tpm razor-x/tmuxrc'"
50
-
51
49
run-shell '~/.tmux/plugins/tpm/tpm'
52
50
EOF
53
51
You can’t perform that action at this time.
0 commit comments