Adds local executable to path
This commit is contained in:
@@ -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
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user