dotfiles/zshenv

7 lines
86 B
Bash

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