Fix padding on right side of zsh prompt
This commit is contained in:
@@ -77,3 +77,5 @@ export MITMPROXY_SSLKEYLOGFILE="~/.mitmproxy/sslkeylogfile.txt"
|
|||||||
[[ -f ~/.zsh/.mac_config ]] && source ~/.zsh/.mac_config
|
[[ -f ~/.zsh/.mac_config ]] && source ~/.zsh/.mac_config
|
||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ ! -f ~/.zsh/.p10k.zsh ]] || source ~/.zsh/.p10k.zsh
|
[[ ! -f ~/.zsh/.p10k.zsh ]] || source ~/.zsh/.p10k.zsh
|
||||||
|
# Remove padding on right side
|
||||||
|
ZLE_RPROMPT_INDENT=0
|
||||||
|
|||||||
Submodule zsh/antigen updated: 64de2dcd95...74aa897570
Reference in New Issue
Block a user