From 6911580c0f9bd131e1c33fab4a3ecca621a7102d Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sat, 27 Feb 2021 16:02:25 -0700 Subject: [PATCH] alerts: mv password into new dir --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index b190548..6b0bba3 100644 --- a/tmux.conf +++ b/tmux.conf @@ -29,7 +29,7 @@ set -g status-justify centre set -g status-left-length 50 set -g status-right-length 140 set -g status-left '#[fg=green]#H#[default] session:#S' -set -g status-right '#[fg=black,bg=colour119]#(cd ~/.password-store && ./check_status.sh)#[default] #[fg=black,bg=colour215]#(cd ~/.dotfiles && ./check_status.sh)#[default] #[fg=white,bg=default]%a %l:%M:%S %p#[default] #[fg=blue]%Y-%m-%d' +set -g status-right '#[fg=black,bg=colour119]#(cd ~/.password-store/.bin && ./check_status.sh)#[default] #[fg=black,bg=colour215]#(cd ~/.dotfiles && ./check_status.sh)#[default] #[fg=white,bg=default]%a %l:%M:%S %p#[default] #[fg=blue]%Y-%m-%d' set-option -g renumber-windows on set -sg escape-time 0