mirror of
https://github.com/guilhermewerner/dotfiles
synced 2025-06-14 10:24:20 +00:00
24 lines
695 B
Bash
24 lines
695 B
Bash
export ZSH="/home/guilherme/.oh-my-zsh"
|
|
|
|
ZSH_THEME="spaceship"
|
|
|
|
DISABLE_UNTRACKED_FILES_DIRTY="true"
|
|
|
|
SPACESHIP_PROMPT_ORDER=(
|
|
user # Username section
|
|
dir # Current directory section
|
|
host # Hostname section
|
|
git # Git section (git_branch + git_status)
|
|
hg # Mercurial section (hg_branch + hg_status)
|
|
exec_time # Execution time
|
|
line_sep # Line break
|
|
vi_mode # Vi-mode indicator
|
|
jobs # Background jobs indicator
|
|
exit_code # Exit code section
|
|
char # Prompt character
|
|
)
|
|
|
|
SPACESHIP_USER_SHOW=always
|
|
SPACESHIP_PROMPT_ADD_NEWLINE=false
|
|
SPACESHIP_PROMPT_SEPARATE_LINE=false
|