Update bash config

This commit is contained in:
Hektor Misplon
2020-04-08 17:52:42 +00:00
parent 24746a6e13
commit bb725bacff
3 changed files with 2 additions and 8 deletions

View File

@@ -1,10 +1,7 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi
export PATH=$PATH:~/.bin