Files
dotfiles/.config/starship.toml
dimti e5b671f087 * 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
2023-08-31 09:16:42 +03:00

69 lines
1006 B
TOML

format = """
$git_branch\
$git_status\
$username\
@\
$directory\
$cmd_duration\
$line_break\
$character\
"""
add_newline = false
command_timeout = 1000
[line_break]
disabled = false
[jobs]
format = "[\\[$number\\]]($style) "
style = "242"
number_threshold = 1
symbol_threshold = 2
[character]
success_symbol = '[#](blue)'
error_symbol = '[#](red)'
vicmd_symbol = '[#](blue)'
[cmd_duration]
format = "\\[[$duration]($style)\\] "
style = "150"
[fill]
symbol = ' '
style = 'black'
[git_branch]
format = "[$branch]($style)"
style = "242"
[git_status]
format = " [$modified]($style) "
style = "242"
conflicted = ""
untracked = ""
modified = "+"
staged = ""
renamed = ""
deleted = ""
stashed = ""
[hostname]
format = "[$hostname]($style)"
ssh_only = false
style = "150"
[username]
style_user = 'white bold'
style_root = 'black bold'
format = '[$user]($style)'
disabled = false
show_always = true
[directory]
style = "blue"
truncate_to_repo = false
truncation_length = 10
truncation_symbol = "…/"