-
Notifications
You must be signed in to change notification settings - Fork 2
/
spaceship
39 lines (32 loc) · 1.03 KB
/
spaceship
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
SPACESHIP_PROMPT_ORDER=(
user # Username section
host # Hostname section
dir # Current directory section
git # Git section (git_branch + git_status)
docker # Docker section
line_sep # Line break
battery # Battery level and status
exec_time # Execution time
async # Async jobs indicator
jobs # Background jobs indicator
exit_code # Exit code section
char # Prompt character
)
# Colors can be 256 codes [1-256]
# https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.svg
SPACESHIP_PROMPT_ASYNC=false
SPACESHIP_PROMPT_ADD_NEWLINE=false
SPACESHIP_PROMPT_SEPARATE_LINE=false
SPACESHIP_CHAR_SYMBOL=':'
SPACESHIP_CHAR_COLOR_FAILURE=red
SPACESHIP_CHAR_COLOR_SUCCESS=red
SPACESHIP_USER_SHOW=always
SPACESHIP_USER_COLOR=red
SPACESHIP_USER_SUFFIX=''
SPACESHIP_HOST_SHOW=always
SPACESHIP_HOST_PREFIX='@'
SPACESHIP_HOST_COLOR=red
SPACESHIP_DIR_PREFIX=''
SPACESHIP_DIR_TRUNC=1
SPACESHIP_DIR_LOCK_SYMBOL=''
SPACESHIP_GIT_PREFIX=''