pls dont explode
This commit is contained in:
parent
c11315ed48
commit
4bad2ee924
1 changed files with 8 additions and 1 deletions
|
@ -19,4 +19,11 @@ elif [[ "$path_no_ghostty" == *"/nix/store"* ]]; then
|
|||
local nix_shell_ps1="$nix_shell_ps1_t"
|
||||
fi
|
||||
|
||||
export PS1="${c38}[${c35}%3~${nix_shell_ps1}${c38}]${c0}# "
|
||||
|
||||
setopt prompt_subst
|
||||
autoload -Uz vcs_info
|
||||
precmd () { vcs_info }
|
||||
zstyle ':vcs_info:*' formats " ${c34}${c0}${c31}(%b)${c0}"
|
||||
|
||||
|
||||
export PS1="${c38}[${c35}%3~${c0}${nix_shell_ps1}${c38}]${c0}# "
|
||||
|
|
Loading…
Add table
Reference in a new issue