dotfiles/.zprofile
2023-10-06 02:41:47 +03:00

6 lines
150 B
Bash

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