Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
elmerginez committed Jan 22, 2024
1 parent 1e578af commit 00d63e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ git_prompt() {
}

setopt PROMPT_SUBST
PROMPT='%B%F{blue}󰣇%f%b %B%F{magenta}%n%f%b %B%F{red}%~%f%b%B%F{yellow}$(git_prompt)%f%b %(?.%B%F{green}✔.%F{red}✘)%f%b %B%F{green}%f%b '
PROMPT='%B%F{green}⋆%f%b %B%F{blue}󰣇%f%b %B%F{magenta}%n%f%b %B%F{red}%~%f%b%B%F{yellow}$(git_prompt)%f%b %(?.%B%F{green}✔.%F{red}✘)%f%b %B%F{green}%f%b '

export VISUAL=geany;
export VISUAL=code;
export EDITOR=nvim;
export HISTORY_IGNORE="(ls|cd|pwd|exit|sudo reboot|history|cd -|cd ..)"

Expand Down

0 comments on commit 00d63e1

Please sign in to comment.