mirror of
https://github.com/chenasraf/lambda-mod-zsh-theme.git
synced 2026-05-17 17:48:10 +00:00
Merge pull request #10 from jmitchell/fix/5-missing-lambda
Set prompt using double quotes
This commit is contained in:
@@ -28,12 +28,12 @@ function get_right_prompt() {
|
||||
fi
|
||||
}
|
||||
|
||||
PROMPT='
|
||||
PROMPT="
|
||||
${LAMBDA}\
|
||||
%{$fg_bold[$USERCOLOR]%}%n\
|
||||
%{$fg_no_bold[magenta]%}[%3~]\
|
||||
$(check_git_prompt_info)\
|
||||
%{$reset_color%}'
|
||||
%{$reset_color%}"
|
||||
|
||||
RPROMPT='$(get_right_prompt)'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user