added colored prompt
This commit is contained in:
@@ -22,11 +22,19 @@
|
||||
"HIST_IGNORE_SPACE"
|
||||
"EXTENDED_GLOB"
|
||||
"CORRECT"
|
||||
# "PROMPT_SUBST"
|
||||
];
|
||||
|
||||
shellInit = ''
|
||||
eval "$(fzf --zsh)"
|
||||
alias ..="cd .."
|
||||
alias ...="cd ../.."
|
||||
bindkey -e
|
||||
# export %# '
|
||||
'';
|
||||
|
||||
promptInit = ''
|
||||
PS1='%{%F{green}%}%n@%m %{%F{blue}%}%~%{%f%}❯%{%F{white}%} %# '
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user