10 lines
317 B
Bash
10 lines
317 B
Bash
# Loading keybindings first because activating Vi-bindings resets all keybinds.
|
|
source ~/.zsh/keybindings.zsh
|
|
source ~/.zsh/setopt.zsh
|
|
source ~/.zsh/general.zsh
|
|
source ~/.zsh/checks.zsh
|
|
source ~/.zsh/colors.zsh
|
|
source ~/.zsh/prompt.zsh
|
|
source ~/.zsh/completion.zsh
|
|
source ~/.zsh/history.zsh
|
|
source ~/.zsh/aliases.zsh
|