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