Fix paths
This commit is contained in:
parent
ce2c9b9473
commit
50b9ac3d6a
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
source ~/.devconf/zshcfg/packages.zsh
|
source ~/.zcustom/packages.zsh
|
||||||
source ~/.devconf/zshcfg/p9k.zsh
|
source ~/.zcustom/p9k.zsh
|
||||||
source ~/.devconf/zshcfg/env.zsh
|
source ~/.zcustom/env.zsh
|
||||||
source ~/.devconf/zshcfg/alias.zsh
|
source ~/.zcustom/alias.zsh
|
||||||
source ~/.devconf/zshcfg/motd.zsh
|
source ~/.zcustom/motd.zsh
|
||||||
|
|
||||||
if ! zplug check --verbose; then
|
if ! zplug check --verbose; then
|
||||||
printf "Install? [y/N]: "
|
printf "Install? [y/N]: "
|
||||||
|
|
Loading…
Reference in a new issue