Skip to content

Instantly share code, notes, and snippets.

@etenzy
Created May 28, 2019 12:01
Show Gist options
  • Save etenzy/ed603a55f251b403c7b86a4fb79b1dd5 to your computer and use it in GitHub Desktop.
Save etenzy/ed603a55f251b403c7b86a4fb79b1dd5 to your computer and use it in GitHub Desktop.
SPACESHIP_USER_PREFIX=""
SPACESHIP_CHAR_SYMBOL="λ"
SPACESHIP_CHAR_SYMBOL_ROOT="#"
SPACESHIP_CHAR_SYMBOL_SECONDARY="➜"
SPACESHIP_CHAR_SUFFIX=" "
SPACESHIP_CHAR_COLOR_SUCCESS="white"
SPACESHIP_TIME_SHOW="true"
SPACESHIP_PROMPT_ORDER=(
brace_top # Top Brace
user # Username section
host # Hostname section
dir # Current directory section
git # Git section (git_branch + git_status)
hg # Mercurial section (hg_branch + hg_status)
package # Package version
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
venv # virtualenv section
conda # conda virtualenv section
pyenv # Pyenv section
dotnet # .NET section
ember # Ember.js section
kubecontext # Kubectl context section
terraform # Terraform workspace section
line_sep # Line break
brace_bottom # Bottom Brace
battery # Battery level and status
vi_mode # Vi-mode indicator
jobs # Background jobs indicator
exit_code # Exit code section
char # Prompt character
)
SPACESHIP_RPROMPT_ORDER=(
exec_time # Execution time
time
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment