dotfiles/zshenv

7 lines
94 B
Bash

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