fix(fish): add missing path

This commit is contained in:
Stefan Imhoff
2023-04-14 16:32:16 +02:00
parent 0f48361f27
commit c794395104

View File

@@ -21,6 +21,7 @@ set -gx PATH "$VOLTA_HOME/bin" $PATH
set -U EDITOR nvim
set PATH /opt/homebrew/bin $PATH
set PATH /opt/homebrew/sbin $PATH
set PATH ~/.dotfiles/bin $PATH
set PATH ~/.dotfiles/private/bin $PATH