From f3dd3aa7acbc7226c4b0e32c78933724ccb4453f Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Sun, 27 Feb 2022 20:34:46 +0800 Subject: [PATCH] Removed adding ~/.local/bin to $PATH --- .bash_profile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.bash_profile b/.bash_profile index d52adcd..1352987 100644 --- a/.bash_profile +++ b/.bash_profile @@ -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