* 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:
@ -1,15 +1,16 @@
|
||||
format = """
|
||||
$cmd_duration\
|
||||
$git_branch\
|
||||
$git_status\
|
||||
$username\
|
||||
@\
|
||||
$directory\
|
||||
$cmd_duration\
|
||||
$line_break\
|
||||
$character\
|
||||
"""
|
||||
|
||||
add_newline = false
|
||||
command_timeout = 1000
|
||||
|
||||
[line_break]
|
||||
disabled = false
|
||||
|
||||
Reference in New Issue
Block a user