1
0
Fork 0

move some stuff around

This commit is contained in:
Arthur 2023-10-06 02:41:47 +03:00
parent 5cadee6eaf
commit 7b37f782b6
6 changed files with 56 additions and 6 deletions

View file

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