14 lines
187 B
Bash
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
|