dotfiles/zshenv

6 lines
78 B
Plaintext
Raw Normal View History

2021-06-14 19:20:50 +00:00
export EDITOR="nvim"
2021-06-14 19:36:55 +00:00
fpath=(~/.zsh/completions $fpath)
2021-06-14 19:20:50 +00:00
. "$HOME/.cargo/env"