Add spaceship configuration
This commit is contained in:
1
zsh/spaceship-prompt
Submodule
1
zsh/spaceship-prompt
Submodule
Submodule zsh/spaceship-prompt added at 689a04c10a
15
zsh/spaceship.zsh
Normal file
15
zsh/spaceship.zsh
Normal 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="]"
|
||||
Reference in New Issue
Block a user