dotfiles/.zprofile
2023-11-28 15:52:02 +03:00

4 lines
113 B
Bash

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