this repo has no description

move tpm run to bottom

+2 -2
+2 -2
misc/tmux.conf
··· 19 19 20 20 set -g @colors-solarized 'light' 21 21 22 - run '~/.tmux/plugins/tpm/tpm' 23 - 24 22 # Pane movement 25 23 bind h select-pane -L 26 24 bind j select-pane -D ··· 68 66 set -g status-left-length 40 69 67 set -g status-left ' #(if [ "$SSH_CONNECTION" ] then echo "☎ | "; fi)#[fg=green]#S #[default]#I:#P #[default]' 70 68 set -g status-right '#[fg=green]#H #[default]| #[fg=green]%m/%d/%y #[default]| #[fg=green]%I:%M ' 69 + 70 + run '~/.tmux/plugins/tpm/tpm'