Skip to content

Commit

Permalink
Removes percent bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hougasian authored Mar 8, 2022
1 parent 1b01479 commit 51cab8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ zstyle ':vcs_info:git:*' formats '→ %b'

# autoload -U colors && colors

# Removes percent bug https://github.com/vercel/hyper/issues/2144#issuecomment-326741620
unsetopt PROMPT_SP
# Custom prompt
# Prompt codes: https://zsh.sourceforge.io/Doc/Release/Prompt-Expansion.html
NEWLINE=$'\n'
Expand Down

0 comments on commit 51cab8c

Please sign in to comment.