diff --git a/dotfiles_template/shell/exports.sh b/dotfiles_template/shell/exports.sh index 66877d63..f072c4d7 100644 --- a/dotfiles_template/shell/exports.sh +++ b/dotfiles_template/shell/exports.sh @@ -44,7 +44,7 @@ path=( "/usr/bin" "/usr/sbin" "/sbin" - "$path" + $path ) export path