zsh: change zshrc source order
This commit is contained in:
parent
350c4b1b72
commit
8172900e22
1 changed files with 2 additions and 2 deletions
4
zshrc
4
zshrc
|
|
@ -1,7 +1,7 @@
|
||||||
|
source ~/.zsh/setopt.zsh
|
||||||
source ~/.zsh/checks.zsh
|
source ~/.zsh/checks.zsh
|
||||||
source ~/.zsh/colors.zsh
|
source ~/.zsh/colors.zsh
|
||||||
source ~/.zsh/setopt.zsh
|
|
||||||
source ~/.zsh/prompt.zsh
|
source ~/.zsh/prompt.zsh
|
||||||
source ~/.zsh/completion.zsh
|
source ~/.zsh/completion.zsh
|
||||||
source ~/.zsh/aliases.zsh
|
|
||||||
source ~/.zsh/history.zsh
|
source ~/.zsh/history.zsh
|
||||||
|
source ~/.zsh/aliases.zsh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue