remove unnecessary export
This commit is contained in:
parent
c2ae08b0c6
commit
856a7f78e2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue