dotfiles/.profile
2026-01-29 17:55:03 -03:00

8 lines
229 B
Bash
Executable file

# vim:ft=bash
# all environment variables should be done here
# because it's only done once at login
export EDITOR='nvim'
export EMAIL='jack@0x5.be'
export PATH="$HOME/.bin:$PATH"
export OP_ACCOUNT=team-carbonfact.1password.com