Change prompt symbol to λ

This commit is contained in:
Evie Litherland-Smith 2025-01-15 06:37:26 +00:00
parent 3f18d732d6
commit 5fa999541b
2 changed files with 3 additions and 3 deletions

View file

@ -9,8 +9,8 @@
buf.symbol = " ";
c.symbol = " ";
character = {
success_symbol = "[>](bold green)";
error_symbol = "[>](bold red)";
success_symbol = "[λ](bold green)";
error_symbol = "[λ](bold red)";
};
command_timeout = 2000;
conda.symbol = " ";

2
system/home/shell/transient.zsh Normal file → Executable file
View file

@ -14,7 +14,7 @@ zle-line-init() {
local saved_prompt=$PROMPT
local saved_rprompt=$RPROMPT
PROMPT='󰁔 '
PROMPT='λ '
RPROMPT=''
zle .reset-prompt
PROMPT=$saved_prompt