dotfiles/.zprofile
2023-10-09 01:33:25 +03:00

6 lines
150 B
Bash

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