Adds local executable to path
This commit is contained in:
@@ -12,6 +12,11 @@ end
|
||||
|
||||
set fish_greeting ""
|
||||
|
||||
if test -x $HOME/.local/bin
|
||||
set PATH $PATH $HOME/.local/bin
|
||||
end
|
||||
|
||||
|
||||
################################################################################
|
||||
# exa
|
||||
################################################################################
|
||||
@@ -68,6 +73,8 @@ if test -x $HOME/miniconda3/bin/conda
|
||||
# <<< conda initialize <<<
|
||||
end
|
||||
|
||||
|
||||
|
||||
################################################################################
|
||||
# direnv
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user