tmux/path
This commit is contained in:
parent
1094c40bc7
commit
4008eea496
1 changed files with 2 additions and 2 deletions
|
@ -32,14 +32,14 @@ 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 '#(pwd)'
|
set-option -g set-titles-string '#{pane_current_path}'
|
||||||
|
|
||||||
# status bar
|
# status bar
|
||||||
set-option -g status-bg black
|
set-option -g status-bg black
|
||||||
set-option -g status-fg gray
|
set-option -g status-fg gray
|
||||||
set-option -g status-interval 1
|
set-option -g status-interval 1
|
||||||
set-option -g status-justify left
|
set-option -g status-justify left
|
||||||
set-option -g status-left '#[fg=red]#{session_name} '
|
set-option -g status-left '#[fg=yellow]#{session_name} '
|
||||||
set-option -g status-position top
|
set-option -g status-position top
|
||||||
set-option -g status-right ' #[fg=yellow]%Y-%m-%d %H:%M:%S'
|
set-option -g status-right ' #[fg=yellow]%Y-%m-%d %H:%M:%S'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue