chore: rename .zprofile to .zshenv so $EDITOR is set as expected

This commit is contained in:
2020-11-17 20:45:35 -06:00
parent 6a05519b9b
commit 6dd42899b1

9
.zshenv Normal file
View File

@@ -0,0 +1,9 @@
# Rust
export PATH="$HOME/.cargo/bin:$PATH"
# DenoJS
export DENO_INSTALL="/home/paoda/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
# Set Default Editor
export EDITOR="/usr/bin/nvim"