updates
This commit is contained in:
parent
a5c12eed80
commit
21a4bfc46d
2 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,8 @@
|
|||
format = "[$user]($style) on "
|
||||
|
||||
[character]
|
||||
success_symbol = "[🢂](bold green)[🢂](bold yellow)[🢂](bold cyan)"
|
||||
#success_symbol = "[🢂](bold green)[🢂](bold yellow)[🢂](bold cyan)"
|
||||
success_symbol = "[-](bold green)[-](bold yellow)[>](bold cyan)"
|
||||
error_symbol = "[✗](bold red) "
|
||||
|
||||
[gcloud]
|
||||
|
|
|
@ -6,7 +6,7 @@ prepend-path() {
|
|||
[ -d $1 ] && PATH="$1:$PATH"
|
||||
}
|
||||
|
||||
is-executable getconf && PATH=$($(command -v getconf) PATH)
|
||||
#is-executable getconf && PATH=$($(command -v getconf) PATH)
|
||||
|
||||
# Prepend new items to path (if directory exists)
|
||||
prepend-path "/bin"
|
||||
|
|
Loading…
Reference in a new issue