chore(fish): add .local/bin to path

This commit is contained in:
Stefan Imhoff
2023-08-04 10:49:13 +02:00
parent 0afc8f1902
commit 9f6adc2119

View File

@@ -24,6 +24,7 @@ set PATH /opt/homebrew/bin $PATH
set PATH /opt/homebrew/sbin $PATH
set PATH ~/.dotfiles/bin $PATH
set PATH ~/.dotfiles/private/bin $PATH
set PATH ~/.local/bin $PATH
# Set .config folder
set --export XDG_CONFIG_HOME "$HOME/.config"