We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0588165 commit c0ed270Copy full SHA for c0ed270
files/home/.aliases
@@ -3,3 +3,4 @@ alias dots='cd $DOTFILES'
3
alias j='z'
4
alias reload='source ~/.zshrc'
5
alias zen='curl -s https://api.github.com/zen && echo'
6
+alias la='ls -la'
files/home/.zshrc
@@ -33,8 +33,9 @@ _dots_build_prompt() {
33
local dir_section="%{$fg_bold[blue]%}%~"
34
final_prompt+="$dir_section "
35
36
- local prompt_char="%{$reset_color%}%%"
37
- final_prompt+="$prompt_char "
+ local prompt_char="\λ"
+ local prompt_suffix="%{$reset_color%}%${prompt_char}%{$reset_color%}"
38
+ final_prompt+="$prompt_suffix "
39
40
PROMPT="$final_prompt"
41
}
0 commit comments