diff options
author | Franck Cuny <fcuny@roblox.com> | 2024-05-02 10:45:38 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@roblox.com> | 2024-05-02 10:45:38 -0700 |
commit | 720c0294e6f3a1d16d566a0926578367df75d52e (patch) | |
tree | 413648b10c4801f44a9170e7bfe4aaf965080a9b /nix/profiles | |
parent | drop zsh (diff) | |
download | world-720c0294e6f3a1d16d566a0926578367df75d52e.tar.gz |
tmux stuff
Diffstat (limited to 'nix/profiles')
-rw-r--r-- | nix/profiles/home-manager/shell.nix | 4 |
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 ''; }; |