22 lines
490 B
Plaintext
22 lines
490 B
Plaintext
|
|
_so () {
|
|
[ -f "$1" ] && source "$1"
|
|
}
|
|
_so /etc/zsh_command_not_found
|
|
_so "$HOME"/.subzsh/options
|
|
_so "$HOME"/.subzsh/completion
|
|
_so "$HOME"/.subzsh/history
|
|
_so "$HOME"/.subzsh/prompt
|
|
_so "$HOME"/.subzsh/other
|
|
_so "$HOME"/.subzsh/plugin
|
|
_so "$HOME"/.subzsh/aliases
|
|
|
|
_so "$HOME"/.subbash/aliases
|
|
_so "$HOME"/.subbash/completion
|
|
_so "$HOME"/.subbash/export
|
|
_so "$HOME"/.subbash/functions
|
|
_so "$HOME"/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
|
|
|
|
|
_sod "$HOME"/.subzsh/zshrc.d
|