dotfiles/zshenv

7 lines
94 B
Plaintext
Raw Normal View History

2021-06-14 14:20:50 -05:00
export EDITOR="nvim"
2021-07-12 20:12:06 -05:00
export GPG_TTY=$(tty)
2021-06-14 14:20:50 -05:00
2021-06-16 16:30:20 -05:00
fpath+=(~/.zsh/completions)
2021-06-14 14:36:55 -05:00
2021-06-14 14:20:50 -05:00
. "$HOME/.cargo/env"