dotfiles/zsh/zshenv

6 lines
78 B
Bash

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