Add mac specific p10k config

This commit is contained in:
Fabian Ising
2022-02-17 09:59:48 +01:00
parent 6cdf718099
commit 40efd721fd
2 changed files with 1727 additions and 1 deletions

1722
zsh/.p10k.mac.zsh Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -83,4 +83,8 @@ export MITMPROXY_SSLKEYLOGFILE="~/.mitmproxy/sslkeylogfile.txt"
ZLE_RPROMPT_INDENT=0
# 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