Tokyo-Night-Linux/.bash_profile
2021-07-14 16:57:27 +02:00

11 lines
168 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
#startx
if [ -n "$DESKTOP_SESSION" ];then
eval $(gnome-keyring-daemon --start)
export SSH_AUTH_SOCK
fi