You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
335 B
12 lines
335 B
# Source function files (the order matters). |
|
source "${0:h}/helper.zsh" |
|
source "${0:h}/environment.zsh" |
|
source "${0:h}/terminal.zsh" |
|
source "${0:h}/keyboard.zsh" |
|
source "${0:h}/completion.zsh" |
|
source "${0:h}/history.zsh" |
|
source "${0:h}/directory.zsh" |
|
source "${0:h}/alias.zsh" |
|
source "${0:h}/spectrum.zsh" |
|
source "${0:h}/utility.zsh" |
|
|
|
|