[zsh] Add os specific config file
This commit is contained in:
1
zsh/.os_config.zsh.debian.example
Normal file
1
zsh/.os_config.zsh.debian.example
Normal file
@@ -0,0 +1 @@
|
||||
[[ -f /etc/zsh_command_not_found ]] && source /etc/zsh_command_not_found
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user