Tmuxinator and alias

This commit is contained in:
Jack Mechem 2026-05-23 17:27:45 -07:00
parent f1f7456273
commit 0c40918c45
Signed by: jackmechem
SSH key fingerprint: SHA256:GjIjMAC33pzYOe+hWcX5uvgnPrVFAXSrquvt84AOJbU
4 changed files with 45 additions and 0 deletions

View file

@ -37,4 +37,9 @@
EDITOR = "nvim";
};
programs.tmux.extraConfig = ''
set -g status-bg "colour1"
set -g status-fg "colour15"
'';
}