Adds local executable to path

This commit is contained in:
2022-01-28 17:05:02 +01:00
parent bad42e3181
commit c3db537236

View File

@@ -12,6 +12,11 @@ end
set fish_greeting "" set fish_greeting ""
if test -x $HOME/.local/bin
set PATH $PATH $HOME/.local/bin
end
################################################################################ ################################################################################
# exa # exa
################################################################################ ################################################################################
@@ -68,6 +73,8 @@ if test -x $HOME/miniconda3/bin/conda
# <<< conda initialize <<< # <<< conda initialize <<<
end end
################################################################################ ################################################################################
# direnv # direnv
################################################################################ ################################################################################