aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/zsh/theme.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zsh/theme.zsh b/config/zsh/theme.zsh
index baeae3e..c6341df 100644
--- a/config/zsh/theme.zsh
+++ b/config/zsh/theme.zsh
@@ -47,7 +47,7 @@ prompt() {
p_status;
p_dir;
echo -n '$(p_git)';
- segment "λ" black white;
+ segment "󱄅" black 13;
}
export PROMPT="$(prompt) ";