diff --git a/home/.config/spaceship/spaceship.zsh b/home/.config/spaceship/spaceship.zsh index fa27263..da3288c 100644 --- a/home/.config/spaceship/spaceship.zsh +++ b/home/.config/spaceship/spaceship.zsh @@ -5,11 +5,12 @@ ## Prompt-level options # https://spaceship-prompt.sh/config/prompt/ +SPACESHIP_PROMPT_FIRST_PREFIX_SHOW=true ## Time SPACESHIP_TIME_SHOW=true -SPACESHIP_TIME_PREFIX="ยท" -SPACESHIP_TIME_SUFFIX="|" +SPACESHIP_TIME_PREFIX="[" +SPACESHIP_TIME_SUFFIX="]" SPACESHIP_TIME_FORMAT='%W %t' SPACESHIP_TIME_COLOR='white'