diff options
author | listout <listout@protonmail.com> | 2021-07-14 23:47:12 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-07-14 23:47:12 +0530 |
commit | d127e4633f9d2334de8414e9bc307dce61882f9d (patch) | |
tree | 36c04e14f925e544852fec7ce90e143aef904410 /.config/zsh/prompt.zsh | |
parent | 5b67a5f44b3ddbbcd8c91301e147f50bc7523bd4 (diff) |
added options for pure prompt and some asthetics
Diffstat (limited to '.config/zsh/prompt.zsh')
-rw-r--r-- | .config/zsh/prompt.zsh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/zsh/prompt.zsh b/.config/zsh/prompt.zsh index 51dcddb..c5af955 100644 --- a/.config/zsh/prompt.zsh +++ b/.config/zsh/prompt.zsh @@ -1,5 +1,13 @@ fpath+=$HOME/.config/zsh/pure + +# prompt init autoload -U promptinit; promptinit + +# prompt symbols PURE_PROMPT_SYMBOL=▲ #λ PURE_PROMPT_VICMD_SYMBOL=▼ #ẟ + +# turn on git stash status +zstyle :prompt:pure:git:stash show yes + prompt pure |