Start configuring starship
This commit is contained in:
commit
4db9af0582
|
@ -0,0 +1,30 @@
|
||||||
|
format = '''
|
||||||
|
╭─$time $username@$hostname $directory
|
||||||
|
╰─$character
|
||||||
|
'''
|
||||||
|
|
||||||
|
# Inserts a blank line between shell prompts
|
||||||
|
add_newline = true
|
||||||
|
|
||||||
|
[character] # The name of the module we are configuring is 'character'
|
||||||
|
disabled = false
|
||||||
|
success_symbol = '[\$](bold green)'
|
||||||
|
|
||||||
|
[time]
|
||||||
|
disabled = false
|
||||||
|
format = '\($time\)'
|
||||||
|
time_format = '%a %d-%m 🕙 %H:%M'
|
||||||
|
|
||||||
|
|
||||||
|
[username]
|
||||||
|
format = '$user'
|
||||||
|
disabled = false
|
||||||
|
show_always = true
|
||||||
|
|
||||||
|
[hostname]
|
||||||
|
ssh_only = false
|
||||||
|
format="$hostname"
|
||||||
|
style=""
|
||||||
|
|
||||||
|
[directory]
|
||||||
|
format="$directory"
|
Loading…
Reference in New Issue