Remove unnecessary escapes

This commit is contained in:
David Morgan 2022-10-22 16:28:22 +01:00
parent 210deb85e3
commit 680a182d61
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,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]#(TZ=\'Europe/London\' date \'+%H:%M:%S\')"
set -g status-right "#[fg=magenta,bold]#(/home/djm/bin/showmail.sh)#[fg=blue]%a%d/%m#[fg=yellow]#(TZ='Europe/London' date '+%H:%M:%S')"
'';
};