summaryrefslogtreecommitdiffstats
path: root/common/commandline
diff options
context:
space:
mode:
Diffstat (limited to 'common/commandline')
-rw-r--r--common/commandline/tmux.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/commandline/tmux.nix b/common/commandline/tmux.nix
index 72c918c..ccb6ad0 100644
--- a/common/commandline/tmux.nix
+++ b/common/commandline/tmux.nix
@@ -61,6 +61,9 @@ in {
61 bind % split-window -h -c "#{pane_current_path}" 61 bind % split-window -h -c "#{pane_current_path}"
62 bind '"' split-window -v -c "#{pane_current_path}" 62 bind '"' split-window -v -c "#{pane_current_path}"
63 63
64 # Update these environment variables when creating or attaching to a session
65 set-option -g update-environment "SSH_AUTH_SOCK WINDOWID SSH_CONNECTION DISPLAY SWAYSOCK"
66
64 # Colorscheme 67 # Colorscheme
65 set-option -g status-style 'fg=${colors.dimForeground}, bg=${colors.background}' 68 set-option -g status-style 'fg=${colors.dimForeground}, bg=${colors.background}'
66 69