chore: update dotfiles

This commit is contained in:
2021-12-09 07:37:39 -04:00
parent f5427e049a
commit e51198465e
2 changed files with 5 additions and 3 deletions

View File

@@ -3,11 +3,14 @@ export DENO_INSTALL="/home/paoda/.deno"
export PATH="$DENO_INSTALL/bin:$PATH"
# Set Default Editor
export EDITOR="/usr/bin/nvim"
export EDITOR="/usr/bin/hx"
# Add ~/.local/bin to PATH
export PATH="$HOME/.local/bin:$PATH"
# zigup
export PATH="/opt/zigup/bin:$PATH"
# Zig language Server
export PATH="/opt/zls/bin:$PATH"