- # === Zsh Profile Configuration ===
- # This file is sourced for login shells
- # Source environment configuration (includes GPG setup)
- source ~/.config/env
- # Set ZDOTDIR if not already set
- export ZDOTDIR=${ZDOTDIR:-~/.config/zsh}
- # Auto-start Sway on first virtual terminal
- if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
- exec sway
- fi
|