1
1
Fork 0

yellow statusbar for tmux

This commit is contained in:
sharpshark28 2017-01-24 22:26:38 -06:00
parent 3e3362cda1
commit 9434cfe49a

View file

@ -20,7 +20,7 @@ set -g default-shell $SHELL
set -g default-command 'reattach-to-user-namespace -l ${SHELL}' set -g default-command 'reattach-to-user-namespace -l ${SHELL}'
# Theme # Theme
set -g @themepack 'block/gray' set -g @themepack 'block/yellow'
# Plugins # Plugins
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'