7 lines
86 B
Bash
7 lines
86 B
Bash
export EDITOR="nvim"
|
|
|
|
fpath+=(~/.zsh/completions)
|
|
path+=(./bin)
|
|
|
|
. "$HOME/.cargo/env"
|