set variables from zprofile
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
export PATH=~/.local/bin:~/.cargo/bin:$PATH
|
||||
|
||||
export EDITOR=nvim
|
||||
export SUDO_EDITOR=/usr/bin/nvim
|
||||
export XDG_CURRENT_DESKTOP=Sway
|
||||
export HOMEBREW_NO_AUTO_UPDATE=true
|
||||
export ELECTRON_OZONE_PLATFORM_HINT=auto
|
||||
|
||||
if [[ -z $DISPLAY && $TTY = /dev/tty1 ]]; then
|
||||
exec sway
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user