mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Source functions in the order needed.
This commit is contained in:
parent
9f4b8793e7
commit
2e4a053c8c
3 changed files with 16 additions and 6 deletions
12
functions/init.zsh
Normal file
12
functions/init.zsh
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# 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"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue