Files
dotfiles/zshenv
2021-07-07 14:20:20 -05:00

6 lines
72 B
Bash

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