fix zshrc
This commit is contained in:
parent
429f928930
commit
39acc72c3a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ fi
|
|||
|
||||
PATH="$DOTFILES_DIR/bin:$PATH"
|
||||
|
||||
for DOTFILE in "$DOTFILES_DIR"/lib/{path,env,prompt,alias,function,conda,custom}.sh; do
|
||||
for DOTFILE in "$DOTFILES_DIR"/lib/{path,env,prompt,alias,function,conda,custom}.zsh; do
|
||||
[ -f "$DOTFILE" ] && . "$DOTFILE"
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue