switching editor/visual/browser env vars

This commit is contained in:
2024-09-02 19:34:00 -07:00
parent d1f2ecbc14
commit 304d81bf4b

View File

@@ -5,18 +5,15 @@ export MOZ_ENABLE_WAYLAND=1
export XDG_CONFIG_HOME=~/.config
export XDG_CACHE_HOME=~/.cache
export XDG_DATA_HOME=~/.local/share
export BROWSER=/usr/bin/brave-browser
export VISUAL=nvim
export EDITOR=nvim
export BROWSER=/usr/bin/firefox
export VISUAL=emacsclient
export EDITOR=emacsclient
export QT_QPA_PLATFORMTHEME=qt5ct
export DESKTOP_SESSION=sway
export GOPATH="$HOME"/go
# Scripts Path
PATH=$PATH:~/.local/bin
PATH=$PATH:~/bin
PATH=$PATH:/usr/local/go/bin
PATH=$PATH:$HOME/go/bin
# Doom Path
PATH=$PATH:~/.config/emacs/bin/