11 lines
345 B
Bash
11 lines
345 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/vcs.zsh
|
|
source ~/.zsh/prompt.zsh
|
|
source ~/.zsh/completion.zsh
|
|
source ~/.zsh/history.zsh
|
|
source ~/.zsh/aliases.zsh
|
|
source ~/.zsh/multiplexer.zsh
|
|
source ~/.zsh/exports.zsh
|