-
Notifications
You must be signed in to change notification settings - Fork 0
/
.prompt
55 lines (54 loc) · 1.95 KB
/
.prompt
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
SPACESHIP_PROMPT_ORDER=(
time # Time stamps section
user # Username section
dir # Current directory section
host # Hostname section
git # Git section (git_branch + git_status)
hg # Mercurial section (hg_branch + hg_status)
# package # Package version
# gradle # Gradle section
# maven # Maven section
# node # Node.js section
# ruby # Ruby section
# elixir # Elixir section
# xcode # Xcode section
# swift # Swift section
# golang # Go section
# php # PHP section
# rust # Rust section
# haskell # Haskell Stack section
# julia # Julia section
# docker # Docker section
# aws # Amazon Web Services section
# gcloud # Google Cloud Platform section
venv # virtualenv section
conda # conda virtualenv section
# pyenv # Pyenv section
# dotnet # .NET section
# ember # Ember.js section
# kubectl # Kubectl context section
# terraform # Terraform workspace section
# ibmcloud # IBM Cloud section
exec_time # Execution time
line_sep # Line break
battery # Battery level and status
# vi_mode # Vi-mode indicator
jobs # Background jobs indicator
exit_code # Exit code section
char # Prompt character
)
export SPACESHIP_USER_SHOW=always
export SPACESHIP_KUBECONTEXT_SHOW=false
export SPACESHIP_CONDA_COLOR=grey
export SPACESHIP_GIT_BRANCH_COLOR=white
export SPACESHIP_DIR_COLOR=blue
export SPACESHIP_CHAR_SYMBOL="$ "
export SPACESHIP_CHAR_SYMBOL_SUCCESS="$ "
export SPACESHIP_CHAR_SYMBOL_FAILURE="$ "
export SPACESHIP_CHAR_SYMBOL_ROOT="# "
export SPACESHIP_CONDA_SYMBOL=""
export SPACESHIP_EXEC_TIME_SHOW=false
export SPACESHIP_DIR_TRUNC_REPO=false
export SPACESHIP_DIR_TRUNC=0
export SPACESHIP_CONDA_PREFIX="with ("
export SPACESHIP_CONDA_SUFFIX=")"