Update tmux config to use PATH for gitmux

This commit is contained in:
Hans Goor 2024-03-24 12:45:42 +01:00
parent be4491a45e
commit bda01a558a
Signed by: eyedevelop
SSH key fingerprint: SHA256:Td89veptDEwCV8J3fjqnknNk7SbwzedYhauyC2nFBYg
2 changed files with 3 additions and 1 deletions

View file

@ -1 +1,3 @@
set -g status-interval 2 set -g status-interval 2
set -g default-command "${SHELL}"
set -g update-environment "PATH"

View file

@ -10,5 +10,5 @@ set -g @rose_pine_disable_active_window_menu 'on'
set -g @rose_pine_show_current_program 'off' set -g @rose_pine_show_current_program 'off'
set -g @rose_pine_show_pane_directory 'off' set -g @rose_pine_show_pane_directory 'off'
set -g @rose_pine_status_left_prepend_section "#(~/go/bin/gitmux -cfg ~/.tmux/gitmux.conf '#{pane_current_path}')" set -g @rose_pine_status_left_prepend_section "#(gitmux -cfg ~/.tmux/gitmux.conf '#{pane_current_path}')"