refreshed dotfiles
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
# Grundlegendes Format
|
||||
format = """
|
||||
[](fg:blue)\
|
||||
$time\
|
||||
$directory\
|
||||
$git_branch\
|
||||
$git_state\
|
||||
$git_status\
|
||||
$kubernetes\
|
||||
$php\
|
||||
$nodejs\
|
||||
$line_break\
|
||||
$character"""
|
||||
|
||||
# Zeitüberschreitung für Module
|
||||
command_timeout = 1000
|
||||
|
||||
[aws]
|
||||
symbol = " "
|
||||
|
||||
@@ -131,3 +148,31 @@ symbol = " "
|
||||
|
||||
[spack]
|
||||
symbol = "🅢 "
|
||||
|
||||
[kubernetes]
|
||||
format = '[$symbol$context( \($namespace\))]($style) '
|
||||
symbol = "☸ "
|
||||
style = "bold cyan"
|
||||
disabled = false
|
||||
|
||||
[time]
|
||||
disabled = false
|
||||
format = '[$time]($style) '
|
||||
time_format = "%H:%M"
|
||||
style = "bold yellow"
|
||||
|
||||
[character]
|
||||
success_symbol = "[=❯](bold green)"
|
||||
error_symbol = "[=❯](bold red)"
|
||||
|
||||
[git_status]
|
||||
format = '([\[$all_status$ahead_behind\]]($style) )'
|
||||
style = "bold red"
|
||||
|
||||
[php]
|
||||
format = '[$symbol($version )]($style)'
|
||||
symbol = "🐘 "
|
||||
style = "bold blue"
|
||||
detect_extensions = ['php', 'phpt']
|
||||
detect_files = ['composer.json', '.php-version']
|
||||
detect_folders = ['php']
|
||||
|
||||
Reference in New Issue
Block a user