8 lines
267 B
Bash
8 lines
267 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/prompt.zsh
|
|
source ~/.zsh/completion.zsh
|
|
source ~/.zsh/history.zsh
|
|
source ~/.zsh/aliases.zsh
|