tmux/command
This commit is contained in:
parent
4008eea496
commit
c09919ed48
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ set-option -g renumber-windows on
|
||||||
# enable title
|
# enable title
|
||||||
set-option -g set-titles on
|
set-option -g set-titles on
|
||||||
# set title to working directory
|
# set title to working directory
|
||||||
set-option -g set-titles-string '#{pane_current_path}'
|
set-option -g set-titles-string '#{pane_current_command} @ #{pane_current_path}'
|
||||||
|
|
||||||
# status bar
|
# status bar
|
||||||
set-option -g status-bg black
|
set-option -g status-bg black
|
||||||
|
|
Loading…
Reference in a new issue