* 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

@ -21,3 +21,8 @@ if [ -f "$HOME/.shell-env.local" ]; then
fi
umask 022
##
## Correct PATH for tmux enter
##
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin