Add local config file for zsh

This commit is contained in:
Fabian Ising
2021-01-11 10:35:01 +01:00
parent 38ffa2ce44
commit 8477174295

View File

@@ -3,6 +3,7 @@
[[ -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
[[ -f ~/.zsh/.local_config ]] && source ~/.zsh/.local_config
POWERLEVEL9K_INSTALLATION_PATH=$ANTIGEN_BUNDLES/bhilburn/powerlevel9k
# Load Antigen