aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-07-03 11:15:29 +0530
committerAkshay Nair <phenax5@gmail.com>2025-07-03 11:15:29 +0530
commit7761e6de5f85219639dfd1f4fa3b9ea3aabaac5b (patch)
tree58251837f0cdd31643f5f0dbe6bca788f5f23590 /config
parentbade159d4eb21bc8c04664e61cbd8438d03de748 (diff)
downloadnixos-config-7761e6de5f85219639dfd1f4fa3b9ea3aabaac5b.tar.gz
nixos-config-7761e6de5f85219639dfd1f4fa3b9ea3aabaac5b.zip
Theme change
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) ";