Add mac specific p10k config
This commit is contained in:
1722
zsh/.p10k.mac.zsh
Normal file
1722
zsh/.p10k.mac.zsh
Normal file
File diff suppressed because it is too large
Load Diff
@@ -83,4 +83,8 @@ export MITMPROXY_SSLKEYLOGFILE="~/.mitmproxy/sslkeylogfile.txt"
|
|||||||
ZLE_RPROMPT_INDENT=0
|
ZLE_RPROMPT_INDENT=0
|
||||||
|
|
||||||
# To customize prompt, run `p10k configure` or edit ~/dotfiles/zsh/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/dotfiles/zsh/.p10k.zsh.
|
||||||
[[ ! -f ~/dotfiles/zsh/.p10k.zsh ]] || source ~/dotfiles/zsh/.p10k.zsh
|
if test -f ~/dotfiles/zsh/.p10k.mac.zsh; then
|
||||||
|
source ~/dotfiles/zsh/.p10k.mac.zsh
|
||||||
|
else
|
||||||
|
[[ ! -f ~/dotfiles/zsh/.p10k.mac.zsh ]] || source ~/dotfiles/zsh/.p10k.mac.zsh
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user