From 39acc72c3a52c589e8a39ccbe4147cfb34f6fc01 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Sat, 13 Aug 2022 14:39:48 -0500 Subject: [PATCH] fix zshrc --- home/dot_zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dot_zshrc b/home/dot_zshrc index 2e833df..18701c0 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -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