We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029ea57 commit a3e57b6Copy full SHA for a3e57b6
1 file changed
dotfiles_template/shell/exports.sh
@@ -27,7 +27,7 @@ export FZF_DEFAULT_OPTS="--color=$fzf_colors --reverse"
27
# ------------------------------------------------------------------------------
28
# Path - The higher it is, the more priority it has
29
30
-path+=(
+path=(
31
"$HOME/bin"
32
"$DOTLY_PATH/bin"
33
"$DOTFILES_PATH/bin"
@@ -44,6 +44,7 @@ path+=(
44
"/usr/bin"
45
"/usr/sbin"
46
"/sbin"
47
+ "$path"
48
)
49
50
export path
0 commit comments