1
1
Fork 0

Use full host for tmux and sudo

This commit is contained in:
Jonathan Schleifer 2022-01-07 16:06:48 +00:00
parent ddbd5a515c
commit 4c97950fdd
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ setw -g mode-keys vi
set -g escape-time 0
set -g status-style bg=colour233,fg=colour25
set -g status-left "#[fg=colour52]#S "
set -g status-right "#[fg=colour22]#(whoami)#[fg=colour28]@#h #[fg=colour40]#(date +%H:%M)"
set -g status-right "#[fg=colour22]#(whoami)#[fg=colour28]@#H #[fg=colour40]#(date +%H:%M)"
set -w -g window-status-current-style fg=colour39,bg=colour236
set -w -g window-status-bell-style fg=colour233,bg=colour124
bind c new-window -c "#{pane_current_path}"