dotfiles/zshenv

11 lines
226 B
Plaintext
Raw Normal View History

2021-06-14 19:20:50 +00:00
export EDITOR="nvim"
2021-07-13 01:12:06 +00:00
export GPG_TTY=$(tty)
2021-06-14 19:20:50 +00:00
2021-06-16 21:30:20 +00:00
fpath+=(~/.zsh/completions)
2021-06-14 19:36:55 +00:00
2021-07-20 15:55:24 +00:00
# Setup cargo
[[ ! -f ~/.cargo/env ]] || source ~/.cargo/env
# Source machine-specific environment
[[ ! -f ~/.zshenv.local ]] || source ~/.zshenv.local