dotfiles/zshenv

6 lines
72 B
Bash

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