about summary refs log tree commit diff
path: root/nix/profiles
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@roblox.com>2024-05-02 10:45:38 -0700
committerFranck Cuny <fcuny@roblox.com>2024-05-02 10:45:38 -0700
commit720c0294e6f3a1d16d566a0926578367df75d52e (patch)
tree413648b10c4801f44a9170e7bfe4aaf965080a9b /nix/profiles
parentdrop zsh (diff)
downloadworld-720c0294e6f3a1d16d566a0926578367df75d52e.tar.gz
tmux stuff
Diffstat (limited to 'nix/profiles')
-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
     '';
   };