Add spaceship configuration

This commit is contained in:
Jens Luedicke
2025-10-08 14:31:52 +02:00
parent f10ae6155f
commit 0b32452a6c
4 changed files with 96 additions and 73 deletions

1
zsh/spaceship-prompt Submodule

Submodule zsh/spaceship-prompt added at 689a04c10a

15
zsh/spaceship.zsh Normal file
View File

@@ -0,0 +1,15 @@
# Time
SPACESHIP_TIME_SHOW=true
SPACESHIP_TIME_COLOR=yellow
# Directory
SPACESHIP_DIR_TRUNC=3
SPACESHIP_DIR_TRUNC_REPO=false
SPACESHIP_DIR_COLOR=cyan
# Git
SPACESHIP_GIT_SHOW=true
SPACESHIP_GIT_BRANCH_SHOW=true
SPACESHIP_GIT_STATUS_SHOW=true
SPACESHIP_GIT_STATUS_PREFIX=" ["
SPACESHIP_GIT_STATUS_SUFFIX="]"