9 lines
587 B
YAML
9 lines
587 B
YAML
default: ayu-mirage
|
|
|
|
prompts:
|
|
default: '\[\033[38;5;208m\]\u@\h \[\033[38;5;214m\]\w\[\033[38;5;202m\] $(parse_git_branch)\[\033[00m\] \$ '
|
|
|
|
sunset: '\[\033[38;5;208m\]\u@\h \[\033[38;5;214m\]\w\[\033[38;5;202m\] $(parse_git_branch)\[\033[00m\] \$ '
|
|
bone: '\[\033[38;5;250m\]\u@\h \[\033[38;5;252m\]\w\[\033[38;5;246m\] $(parse_git_branch)\[\033[00m\] \$ '
|
|
nature: '\[\033[38;5;100m\]\u@\h \[\033[38;5;65m\]\w\[\033[38;5;58m\] $(parse_git_branch)\[\033[00m\] \$ '
|
|
ayu-mirage: '\[\033[38;5;179m\]\u@\h \[\033[38;5;110m\]\w\[\033[38;5;131m\] $(parse_git_branch)\[\033[00m\] \$ '
|