Skip to content

Commit 4fc3429

Browse files
committed
Need to source tmuxline in tmux.conf.
1 parent 8a9d2a6 commit 4fc3429

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ wget https://io.evansosenko.com/tmuxrc/install.sh -O - | sh
4242
if-shell "test -f ~/.tmux/plugins/tmuxrc/plugins.conf" "source ~/.tmux/plugins/tmuxrc/plugins.conf"
4343
if-shell "test ! -f ~/.tmux/plugins/tmuxrc/plugins.conf" "set -g @tpm_plugins 'tmux-plugins/tpm razor-x/tmuxrc'"
4444
run-shell '~/.tmux/plugins/tpm/tpm'
45+
if-shell "test -f ~/.tmuxline.conf" "source ~/.tmuxline.conf"
4546
````
4647

4748
and run this to install

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ tee ~/.tmux.conf >/dev/null <<EOF
4747
if-shell "test -f ~/.tmux/plugins/tmuxrc/plugins.conf" "source ~/.tmux/plugins/tmuxrc/plugins.conf"
4848
if-shell "test ! -f ~/.tmux/plugins/tmuxrc/plugins.conf" "set -g @tpm_plugins 'tmux-plugins/tpm razor-x/tmuxrc'"
4949
run-shell '~/.tmux/plugins/tpm/tpm'
50+
if-shell "test -f ~/.tmuxline.conf" "source ~/.tmuxline.conf"
5051
EOF
5152

5253
echo -e "\033[32m ✔ Installed ❰ ~/.tmux.conf ❱ \033[0m"

tmuxrc.tmux

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
set -g default-terminal 'screen-256color'
2-
3-
if-shell "test -f ~/.tmuxline.conf" "source ~/.tmuxline.conf"

0 commit comments

Comments
 (0)