set variables from zprofile

This commit is contained in:
2025-07-09 23:10:22 +05:00
parent 6ab8430653
commit 17d803c517
3 changed files with 18 additions and 14 deletions

View File

@ -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