Added map for prompt
This commit is contained in:
parent
3fcd8d81e5
commit
326726b7a0
29
zsh/zshenv
29
zsh/zshenv
|
@ -18,6 +18,35 @@ export PAGER='less'
|
||||||
# Remove -X and -F (exit if the content fits on one screen) to enable it.
|
# Remove -X and -F (exit if the content fits on one screen) to enable it.
|
||||||
export LESS='-F -g -i -M -R -S -w -X -z-4'
|
export LESS='-F -g -i -M -R -S -w -X -z-4'
|
||||||
|
|
||||||
|
if [ -z "$SPACESHIP_PROMPT_ORDER" ]; then
|
||||||
|
SPACESHIP_PROMPT_ORDER=(
|
||||||
|
time # Time stampts section
|
||||||
|
user # Username section
|
||||||
|
dir # Current directory section
|
||||||
|
host # Hostname section
|
||||||
|
git # Git section (git_branch + git_status)
|
||||||
|
package # Package version
|
||||||
|
node # Node.js section
|
||||||
|
ruby # Ruby section
|
||||||
|
elm # Elm section
|
||||||
|
golang # Go section
|
||||||
|
rust # Rust section
|
||||||
|
haskell # Haskell Stack section
|
||||||
|
docker # Docker section
|
||||||
|
venv # virtualenv section
|
||||||
|
pyenv # Pyenv section
|
||||||
|
kubecontext # Kubectl context section
|
||||||
|
terraform # Terraform workspace 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
|
||||||
|
)
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Set tmux profile default values.
|
# Set tmux profile default values.
|
||||||
zstyle ':tmux:auto-start' local 'yes'
|
zstyle ':tmux:auto-start' local 'yes'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user