Removed adding ~/.local/bin to $PATH

This commit is contained in:
Sheldon Lee 2022-02-27 20:34:46 +08:00
parent 0734220510
commit f3dd3aa7ac

View File

@ -4,12 +4,8 @@
[[ -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 sway
exec startx
fi