Skip to content

Commit 8a9d2a6

Browse files
committed
Remove extra empty lines in .tmux.conf.
1 parent f22eda9 commit 8a9d2a6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ wget https://io.evansosenko.com/tmuxrc/install.sh -O - | sh
4040
# razor-x/tmuxrc
4141

4242
if-shell "test -f ~/.tmux/plugins/tmuxrc/plugins.conf" "source ~/.tmux/plugins/tmuxrc/plugins.conf"
43-
4443
if-shell "test ! -f ~/.tmux/plugins/tmuxrc/plugins.conf" "set -g @tpm_plugins 'tmux-plugins/tpm razor-x/tmuxrc'"
45-
4644
run-shell '~/.tmux/plugins/tpm/tpm'
4745
````
4846

install.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ tee ~/.tmux.conf >/dev/null <<EOF
4545
# razor-x/tmuxrc
4646
4747
if-shell "test -f ~/.tmux/plugins/tmuxrc/plugins.conf" "source ~/.tmux/plugins/tmuxrc/plugins.conf"
48-
4948
if-shell "test ! -f ~/.tmux/plugins/tmuxrc/plugins.conf" "set -g @tpm_plugins 'tmux-plugins/tpm razor-x/tmuxrc'"
50-
5149
run-shell '~/.tmux/plugins/tpm/tpm'
5250
EOF
5351

0 commit comments

Comments
 (0)