Fix padding on right side of zsh prompt

This commit is contained in:
Fabian Ising
2021-10-27 15:02:27 +02:00
parent 158613c498
commit 4ccdbe0224
2 changed files with 3 additions and 1 deletions

View File

@@ -77,3 +77,5 @@ export MITMPROXY_SSLKEYLOGFILE="~/.mitmproxy/sslkeylogfile.txt"
[[ -f ~/.zsh/.mac_config ]] && source ~/.zsh/.mac_config
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.zsh/.p10k.zsh ]] || source ~/.zsh/.p10k.zsh
# Remove padding on right side
ZLE_RPROMPT_INDENT=0