diff options
| author | listout <listout@protonmail.com> | 2021-07-10 04:48:17 +0000 |
|---|---|---|
| committer | listout <listout@protonmail.com> | 2021-07-10 04:48:17 +0000 |
| commit | 1eccc73ab3f953ff63406183a7235513669e32f8 (patch) | |
| tree | 337134aadb20bdba35bcb2ff858cab32d2f21942 | |
| parent | 9603b0f2bf4484533961de844c13fcee0176a141 (diff) | |
| download | dots-1eccc73ab3f953ff63406183a7235513669e32f8.tar.gz | |
triangular prompt, previously lambda and delta
| -rw-r--r-- | .config/zsh/prompt.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zsh/prompt.zsh b/.config/zsh/prompt.zsh index f619274..51dcddb 100644 --- a/.config/zsh/prompt.zsh +++ b/.config/zsh/prompt.zsh @@ -1,5 +1,5 @@ fpath+=$HOME/.config/zsh/pure autoload -U promptinit; promptinit -PURE_PROMPT_SYMBOL=λ -PURE_PROMPT_VICMD_SYMBOL=ẟ +PURE_PROMPT_SYMBOL=▲ #λ +PURE_PROMPT_VICMD_SYMBOL=▼ #ẟ prompt pure |
