diff --git a/.bash_profile b/.bash_profile index 06627d7..2e2d9e6 100644 --- a/.bash_profile +++ b/.bash_profile @@ -4,6 +4,10 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc +# custom scripts and programs +PATH="$HOME/.local/bin:$PATH" +PATH="$HOME/.config/scripts/bin:$PATH" + if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then if [[ ! -z "$IS_LAPTOP" ]]; then exec startx diff --git a/.bashrc b/.bashrc index e2ca0d4..064af7b 100644 --- a/.bashrc +++ b/.bashrc @@ -27,10 +27,6 @@ export _JAVA_AWT_WM_NONREPARENTING=1 #export PATH="$ANDROID_SDK_ROOT/cmdline-tools/latest/bin:$PATH" #export PATH="$ANDROID_SDK_ROOT/platform-tools:$PATH" -# custom scripts and programs -export PATH="$HOME/.local/bin:$PATH" -export PATH="$HOME/.config/wm_scripts:$PATH" - if grep "arch-laptop" /etc/hostname &> /dev/null ; then export IS_LAPTOP=1 fi