[zsh] Add os specific config file

This commit is contained in:
Fabian Ising
2023-04-14 09:21:55 +02:00
parent 6aeab855eb
commit 873107b1f2
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ export PATH="$HOME/.local/bin:$PATH"
[[ -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/.local_config ]] && source ~/.zsh/.local_config
[[ -f ~/.zsh/.os_config.zsh ]] && source ~/.zsh/.os_config.zsh
# Load Antidote
mkdir -p ${ZDOTDIR:-~}/.cache/zsh