about summary refs log tree commit diff stats
path: root/nix-conf/home
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-10-22 16:28:22 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-10-22 16:28:22 +0100
commit680a182d6139ff10a4b017c8695901d576345619 (patch)
tree22e9a08fbf2abaec18833c77ecc2182ee8cf26d9 /nix-conf/home
parent210deb85e33d8c6c2197e2fe75a88ff1037b2a9c (diff)
downloaddotfiles-680a182d6139ff10a4b017c8695901d576345619.tar.gz
Remove unnecessary escapes
Diffstat (limited to 'nix-conf/home')
-rw-r--r--nix-conf/home/includes/linux-server.nix2
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 2b97580..479eda1 100644
--- a/nix-conf/home/includes/linux-server.nix
+++ b/nix-conf/home/includes/linux-server.nix
@@ -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')"
     '';
   };