dotfiles/zshrc
2021-02-19 18:47:48 +01:00

14 lines
187 B
Bash

# Generic defaults
source ~/.zsh/generic.sh
# History
source ~/.zsh/history.sh
# Bind keys
source ~/.zsh/keys.sh
# Alias
source ~/.zsh/alias.sh
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh