Move spectrum above alias
This commit is contained in:
parent
7f7d133678
commit
e7c7596f3a
1 changed files with 1 additions and 1 deletions
2
init.zsh
2
init.zsh
|
@ -41,8 +41,8 @@ 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}/alias.zsh"
|
||||
source "${0:h}/utility.zsh"
|
||||
|
||||
# Autoload Zsh functions.
|
||||
|
|
Loading…
Reference in a new issue