7 lines
94 B
Bash
7 lines
94 B
Bash
export EDITOR="nvim"
|
|
export GPG_TTY=$(tty)
|
|
|
|
fpath+=(~/.zsh/completions)
|
|
|
|
. "$HOME/.cargo/env"
|