Add initial helix configs

This commit is contained in:
2022-04-03 18:29:20 -05:00
parent 10d351d73a
commit 3f0890a50a
4 changed files with 26 additions and 0 deletions

1
zshenv
View File

@ -2,6 +2,7 @@ export EDITOR="nvim"
export GPG_TTY=$(tty)
export NVM_DIR="$HOME/.nvm"
export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/docker.sock"
export HELIX_RUNTIME="$HOME/src/helix/runtime"
fpath+=(~/.zsh/completions)