9 lines
291 B
Bash
9 lines
291 B
Bash
# Loading keybindings first because activating Vi-bindings resets all keybinds.
|
|
source ~/.zsh/keybindings.zsh
|
|
source ~/.zsh/setopt.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
|