diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-24 10:00:38 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-24 10:00:38 +0000 |
commit | da3cff54f2be67d4ca64716959acf532a14e08a6 (patch) | |
tree | 3016fc857e2fa4d698b477f56cc2c5483c7d94da /nix-conf/home | |
parent | b5415cfde7607c69abbcb62c5be3caa862b834c6 (diff) | |
download | dotfiles-da3cff54f2be67d4ca64716959acf532a14e08a6.tar.gz |
Remove old script from tmux conf
Diffstat (limited to 'nix-conf/home')
-rw-r--r-- | nix-conf/home/includes/linux-server.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/includes/linux-server.nix b/nix-conf/home/includes/linux-server.nix index 30ad8e7..25ca2fa 100644 --- a/nix-conf/home/includes/linux-server.nix +++ b/nix-conf/home/includes/linux-server.nix @@ -43,7 +43,7 @@ set -g status-interval 1 set -g status-left "#[fg=yellow]#h#[default]" - set -g status-right "#[fg=magenta,bold]#(/home/djm/bin/showmail.sh)#[fg=blue]%a%d/%m#[fg=yellow]%H:%M:%S" + set -g status-right "#[fg=blue]%a%d/%m#[fg=yellow]%H:%M:%S" ''; }; |