aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/profiles/home-manager/shell.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nix/profiles/home-manager/shell.nix b/nix/profiles/home-manager/shell.nix
index 1166bac..a7d4e49 100644
--- a/nix/profiles/home-manager/shell.nix
+++ b/nix/profiles/home-manager/shell.nix
@@ -92,6 +92,10 @@
extraConfig = ''
setw -g mouse on
+ # Avoid date/time taking up space
+ set -g status-right \'\'
+ set -g status-right-length 0
+
set-option -g renumber-windows on
'';
};