-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.spaceshiprc.zsh
65 lines (63 loc) · 2.23 KB
/
.spaceshiprc.zsh
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
56
57
58
59
60
61
62
63
64
65
. ~/spaceship-git-name.sh
SPACESHIP_PROMPT_ORDER=(
time # Time stamps section
user # Username section
dir # Current directory section
host # Hostname section
git # Git section (git_branch + git_status)
git_user # Git user
# hg # Mercurial section (hg_branch + hg_status)
package # Package version
node # Node.js section
# bun # Bun section
# deno # Deno section
# ruby # Ruby section
python # Python section
# elm # Elm section
# elixir # Elixir section
# xcode # Xcode section
# swift # Swift section
golang # Go section
# perl # Perl section
# php # PHP section
rust # Rust section
# haskell # Haskell Stack section
scala # Scala section
kotlin # Kotlin section
java # Java section
# lua # Lua section
# dart # Dart section
# julia # Julia section
# crystal # Crystal section
docker # Docker section
docker_compose # Docker section
# aws # Amazon Web Services section
gcloud # Google Cloud Platform section
# azure # Azure section
venv # virtualenv section
conda # conda virtualenv section
# dotnet # .NET section
# ocaml # OCaml section
# vlang # V section
# zig # Zig section
# purescript # PureScript section
# # erlang # Erlang section
# gleam # Gleam section
# kubectl # Kubectl context section
# ansible # Ansible section
# terraform # Terraform workspace section
# pulumi # Pulumi stack section
# ibmcloud # IBM Cloud section
# nix_shell # Nix shell
# gnu_screen # GNU Screen section
exec_time # Execution time
async # Async jobs indicator
line_sep # Line break
# battery # Battery level and status
# jobs # Background jobs indicator
exit_code # Exit code section
sudo # Sudo indicator
char # Prompt character
)
SPACESHIP_PROMPT_ASYNC=true
SPACESHIP_GIT_USER_SHOW=true