12 lines
147 B
Bash
12 lines
147 B
Bash
# Generic defaults
|
|
source ~/.zsh/generic.sh
|
|
|
|
# History
|
|
source ~/.zsh/history.sh
|
|
|
|
# Bind keys
|
|
source ~/.zsh/keys.sh
|
|
|
|
# Alias
|
|
source ~/.zsh/alias.sh
|