dotfiles/zshenv
2021-06-16 11:33:02 -05:00

6 lines
78 B
Bash

export EDITOR="nvim"
fpath=(~/.zsh/completions $fpath)
. "$HOME/.cargo/env"