This commit is contained in:
Daylin Morgan 2022-11-11 22:03:11 -06:00
parent a5c12eed80
commit 21a4bfc46d
2 changed files with 3 additions and 2 deletions

View File

@ -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]

View File

@ -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"