From 674928c0c3558ad06701417ed9162de6fa56e533 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Wed, 27 Oct 2021 14:56:12 +0200 Subject: [PATCH] Move mac config to end of zshrc --- zsh/.zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index eb15bb3..75bc3dd 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -2,7 +2,6 @@ [[ -f ~/.zsh/.user_config ]] && source ~/.zsh/.user_config [[ -f ~/.zsh/.virtual_env_config.zsh ]] && source ~/.zsh/.virtual_env_config.zsh [[ -f /usr/share/doc/find-the-command/ftc.zsh ]] && source /usr/share/doc/find-the-command/ftc.zsh -[[ -f ~/.zsh/.mac_config ]] && source ~/.zsh/.mac_config POWERLEVEL9K_INSTALLATION_PATH=$ANTIGEN_BUNDLES/bhilburn/powerlevel9k # Load Antigen @@ -65,3 +64,6 @@ delzip() { } # mitmproxy export MITMPROXY_SSLKEYLOGFILE="~/.mitmproxy/sslkeylogfile.txt" + + +[[ -f ~/.zsh/.mac_config ]] && source ~/.zsh/.mac_config