mirror of https://github.com/kianby/dotfiles
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
373 B
Bash
15 lines
373 B
Bash
# Never display time
|
|
SPACESHIP_TIME_SHOW=false
|
|
|
|
# Never display user
|
|
SPACESHIP_USER_SHOW=false
|
|
|
|
# Do not truncate path in repos
|
|
SPACESHIP_DIR_TRUNC_REPO=false
|
|
|
|
# Never display jobs
|
|
SPACESHIP_JOBS_SHOW=false
|
|
|
|
# Async display git branch
|
|
# and apply workaround in spaceship code: https://github.com/spaceship-prompt/spaceship-prompt/issues/1193
|
|
SPACESHIP_GIT_BRANCH_ASYNC=true |