chore: add bin path

This commit is contained in:
Stefan Imhoff
2022-10-14 17:54:51 +02:00
parent 4f7d13e220
commit 8cb357d8f5

1
zshrc
View File

@@ -84,6 +84,7 @@ eval "$(starship init zsh)"
# Path
path=(
$HOME/.dotfiles/bin
$HOME/.local/bin
/usr/local/sbin
$path
)