14 lines
383 B
Bash
14 lines
383 B
Bash
# === 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}
|
|
|
|
# if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
|
|
# if uwsm check may-start; then
|
|
# exec uwsm start swayfx-uwsm.desktop
|
|
# fi
|
|
# fi
|