From 8477174295fff5fb1fe5c8c4420c0d0d0ff2c379 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Mon, 11 Jan 2021 10:35:01 +0100 Subject: [PATCH] Add local config file for zsh --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index d72aaa3..8f4e2f2 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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