setup-cockpit/dotfiles/shell/profile

11 lines
324 B
Bash

# items common to ~/.bash_profile and ~/.zprofile
[[ -x /usr/bin/vim ]] && export EDITOR="/usr/bin/vim"
export SUDO_EDITOR="$EDITOR"
export TERMINAL="kitty"
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi