Update tmux config to use PATH for gitmux
This commit is contained in:
parent
be4491a45e
commit
bda01a558a
2 changed files with 3 additions and 1 deletions
|
|
@ -1 +1,3 @@
|
|||
set -g status-interval 2
|
||||
set -g default-command "${SHELL}"
|
||||
set -g update-environment "PATH"
|
||||
|
|
|
|||
|
|
@ -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_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}')"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue