summaryrefslogtreecommitdiff
path: root/files/old-config/synth-shell/synth-shell-prompt.config
blob: 36e7ca92c540801908edccecc28ee96e3f3e6a62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
#  ___   _  _   _  _   _____  _  _           ___   _  _   ___   _      _     
# (  _( ) () ( ) \/ ( )__ __() () (  ____   (  _( ) () ( ) __( ) |    ) |    
# _) \  '.  /  |  \ |   | |  | -- | )____(  _) \  | -- | | _)  | (__  | (__  
#)____)  /_(   )_()_(   )_(  )_()_(        )____) )_()_( )___( )____( )____(

format="USER HOST PWD GIT PYENV TF KUBE"

separator_char='\uE0B0'           # Separation character, '\uE0B0'=triangle
separator_padding_left=''         # Add char or string to the left of the separator
separator_padding_right=''        # Add char or string to the right of the separator
segment_padding=' '               # Add char or string around segment text
enable_vertical_padding=true      # Add extra new line over prompt
enable_command_on_new_line=false  # Add new line between prompt and command


#Host
font_color_host="white"
background_host="241"
texteffect_host="bold"

#user
font_color_user="white"
background_user="92"
texteffect_user="bold"

#What directory I am in
font_color_pwd="238"
background_pwd="250"
texteffect_pwd="bold"

max_pwd_char="55"
pwd_trunc_symbol="…"

#Git
font_color_git="white"
background_git="130"
texteffect_git="bold"

max_pwd_char="55"
pwd_trunc_symbol="…"
symbol_synced=''
git_symbol_unpushed=' ▲'
git_symbol_unpulled=' ▼'
git_symbol_unpushedunpulled=' ◆'
git_symbol_dirty=' ◔'
git_symbol_dirty_unpushed=' ◔ △'
git_symbol_dirty_unpulled=' ◔ ▽'
git_symbol_dirty_unpushedunpulled=' ◔ ◇'
git_symbol_stash='🗎'
git_update_period_minutes=15	# Use -1 to disable automatic updates



##==============================================================================
## PYENV
##==============================================================================
font_color_pyenv="white"
background_pyenv="blue"
texteffect_pyenv="bold"



##==============================================================================
## KUBERNETES
##==============================================================================
font_color_kube="white"
background_kube="purple"
texteffect_kube="bold"



##==============================================================================
## TERRAFORM WORKSPACE
##==============================================================================
font_color_tf="purple"
background_tf="light-purple"
texteffect_tf="bold"



##==============================================================================
## CLOCK
##==============================================================================
font_color_clock="white"
background_clock="light-blue"
texteffect_clock="bold"

clock_format="%H:%M"



##==============================================================================
## INPUT (user typed command)
##==============================================================================
font_color_input="98"
background_input="none"
texteffect_input="bold"