dotfiles/zshrc

9 lines
292 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/prompt.zsh
source ~/.zsh/completion.zsh
source ~/.zsh/history.zsh
source ~/.zsh/aliases.zsh