From 856a7f78e21493374c3b09604c1a1abd46c7f90e Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 21 Apr 2022 08:25:37 -0500 Subject: [PATCH] remove unnecessary export --- home/dot_zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dot_zshrc b/home/dot_zshrc index 2084b2a..7a81854 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -13,7 +13,7 @@ fi # Make utilities available -export PATH="$DOTFILES_DIR/bin:$PATH" +PATH="$DOTFILES_DIR/bin:$PATH" for DOTFILE in "$DOTFILES_DIR"/system/{path,env,prompt,alias,function,conda,custom}.sh; do [ -f "$DOTFILE" ] && . "$DOTFILE"