Skip to content

Commit a3e57b6

Browse files
GOI17rgomezcasas
andauthored
fix: dot is not showing scripts (#220)
* ISSUE: Fix dot display scripts * fix: linting & static analysis Co-authored-by: Rafa Gómez <rgomezcasas@gmail.com>
1 parent 029ea57 commit a3e57b6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dotfiles_template/shell/exports.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export FZF_DEFAULT_OPTS="--color=$fzf_colors --reverse"
2727
# ------------------------------------------------------------------------------
2828
# Path - The higher it is, the more priority it has
2929
# ------------------------------------------------------------------------------
30-
path+=(
30+
path=(
3131
"$HOME/bin"
3232
"$DOTLY_PATH/bin"
3333
"$DOTFILES_PATH/bin"
@@ -44,6 +44,7 @@ path+=(
4444
"/usr/bin"
4545
"/usr/sbin"
4646
"/sbin"
47+
"$path"
4748
)
4849

4950
export path

0 commit comments

Comments
 (0)