switching editor/visual/browser env vars
This commit is contained in:
@@ -5,18 +5,15 @@ export MOZ_ENABLE_WAYLAND=1
|
|||||||
export XDG_CONFIG_HOME=~/.config
|
export XDG_CONFIG_HOME=~/.config
|
||||||
export XDG_CACHE_HOME=~/.cache
|
export XDG_CACHE_HOME=~/.cache
|
||||||
export XDG_DATA_HOME=~/.local/share
|
export XDG_DATA_HOME=~/.local/share
|
||||||
export BROWSER=/usr/bin/brave-browser
|
export BROWSER=/usr/bin/firefox
|
||||||
export VISUAL=nvim
|
export VISUAL=emacsclient
|
||||||
export EDITOR=nvim
|
export EDITOR=emacsclient
|
||||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
export DESKTOP_SESSION=sway
|
export DESKTOP_SESSION=sway
|
||||||
export GOPATH="$HOME"/go
|
|
||||||
|
|
||||||
# Scripts Path
|
# Scripts Path
|
||||||
PATH=$PATH:~/.local/bin
|
PATH=$PATH:~/.local/bin
|
||||||
PATH=$PATH:~/bin
|
PATH=$PATH:~/bin
|
||||||
PATH=$PATH:/usr/local/go/bin
|
|
||||||
PATH=$PATH:$HOME/go/bin
|
|
||||||
|
|
||||||
# Doom Path
|
# Doom Path
|
||||||
PATH=$PATH:~/.config/emacs/bin/
|
PATH=$PATH:~/.config/emacs/bin/
|
||||||
|
|||||||
Reference in New Issue
Block a user