6 lines
78 B
Bash
6 lines
78 B
Bash
export EDITOR="nvim"
|
|
|
|
fpath=(~/.zsh/completions $fpath)
|
|
|
|
. "$HOME/.cargo/env"
|