dotfiles/.bash_profile

11 lines
179 B
Bash

#
# ~/.bash_profile
#
export TERMINAL="alacritty"
export EDITOR="nvim"
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then exec startx; fi