From 21a4bfc46d109ff84f349726114e16d71113568c Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 11 Nov 2022 22:03:11 -0600 Subject: [PATCH] updates --- home/private_dot_config/starship/config.toml | 3 ++- lib/path.zsh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home/private_dot_config/starship/config.toml b/home/private_dot_config/starship/config.toml index aab7469..5b460dc 100644 --- a/home/private_dot_config/starship/config.toml +++ b/home/private_dot_config/starship/config.toml @@ -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] diff --git a/lib/path.zsh b/lib/path.zsh index 20dfe6b..2970bb1 100755 --- a/lib/path.zsh +++ b/lib/path.zsh @@ -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"