update $PATH variable

This commit is contained in:
Arthur 2023-10-09 01:33:25 +03:00
parent 7b37f782b6
commit 2d4d484726

View file

@ -1,4 +1,4 @@
export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}"
export PATH="${$(find ~/.local/bin -type d -printf %p:)%%:}:$PATH"
# default apps
export EDITOR="nvim"