Merge branch 'master' of git.woopwoopserver.com:woopwoop/dotfiles into macbook

This commit is contained in:
2025-12-08 19:24:17 +05:00
5 changed files with 22 additions and 4 deletions

View File

@ -3,6 +3,8 @@ export PATH=~/.local/bin:~/.cargo/bin:$PATH
export EDITOR=nvim
export SUDO_EDITOR=/usr/bin/nvim
export XDG_CURRENT_DESKTOP=Sway
export XDG_SESSION_DESKTOP=sway
export XDG_SESSION_TYPE=wayland
export HOMEBREW_NO_AUTO_UPDATE=true
export ELECTRON_OZONE_PLATFORM_HINT=auto
# Created by `pipx` on 2024-10-08 14:33:09
@ -13,6 +15,10 @@ export PATH="$PATH:/Users/nikitabykov/Library/Application Support/Coursier/bin"
# <<< coursier install directory <<<
eval "$(/opt/homebrew/bin/brew shellenv)"
if command -v dbus-update-activation-environment >/dev/null; then
dbus-update-activation-environment XDG_CURRENT_DESKTOP XDG_SESSION_DESKTOP XDG_SESSION_TYPE
fi
if [[ -z $DISPLAY && $TTY = /dev/tty1 ]]; then
exec sway
fi