* cmd duration in starship config moved right after directory name

* automatic attach tmux for all cases include existing $TMUX variable, but only if contains double slash in the contain path (that is signal about parent TMUX session - may be unstable solution)
* reassign PATH variable in shell-env bashrc include script for resolve incorrect value of that if use pct enter command in proxmox
* information marker about turned off modifier key of nested session
This commit is contained in:
2023-08-31 09:16:42 +03:00
parent 67fb6961d9
commit e5b671f087
4 changed files with 10 additions and 3 deletions

View File

@ -67,7 +67,8 @@ set -g status-left ''
set -g status-right-length 100
set -g status-right-fg black
set -g status-right-attr bold
set -g status-right '#{prefix_highlight} #{?window_zoomed_flag,#[fg=colour178]ZOOMED #[fg=colour238]• ,}#[fg=colour178]#h #[fg=colour238]• #[fg=colour178]#{ip_address} #[fg=colour238]• #[fg=colour178]%a %b %d #[fg=colour178]%I:%M%P '
wg_is_keys_off="#[fg=$color_light,bg=$color_window_off_indicator]#([ $(tmux show-option -qv key-table) = 'off' ] && echo 'OFF')#[default]"
set -g status-right "$wg_is_keys_off #{prefix_highlight} #{?window_zoomed_flag,#[fg=colour178]ZOOMED #[fg=colour238]• ,}#[fg=colour178]#h #[fg=colour238]• #[fg=colour178]#{ip_address} #[fg=colour238]• #[fg=colour178]%a %b %d #[fg=colour178]%I:%M%P "
# Window status - not the current window
set-window-option -g window-status-bg default