Appended to /home/sheldonmlee/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl

This commit is contained in:
sheldonmlee 2021-03-06 22:04:06 +08:00
parent 70badc0370
commit 02b232d498

View File

@ -4,6 +4,12 @@
[[ -f ~/.bashrc ]] && . ~/.bashrc
# set PATH so it includes user's private ~/.local/bin if it exists
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
exec startx
fi