update $PATH variable
This commit is contained in:
parent
7b37f782b6
commit
2d4d484726
1 changed files with 1 additions and 1 deletions
|
@ -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
|
# default apps
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue