8 lines
229 B
Bash
Executable file
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
|