scripts/dotfiles/bash/.bash_profile

12 lines
171 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ -z "${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
eval $(ssh-agent)
exec /usr/bin/sway
fi