diff --git a/shell/bash/.bash_profile b/shell/bash/.bash_profile index bd25786..0e235c5 100644 --- a/shell/bash/.bash_profile +++ b/shell/bash/.bash_profile @@ -1,8 +1,10 @@ -export PATH="$HOME/.local/bin:$PATH" +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc # Start DE if on tty1 if [ "$(tty)" = /dev/tty1 ]; then exec Hyprland fi - -[[ -f ~/.bashrc ]] && . ~/.bashrc diff --git a/shell/bash/.bashrc b/shell/bash/.bashrc index 88e4c5b..635f052 100755 --- a/shell/bash/.bashrc +++ b/shell/bash/.bashrc @@ -21,6 +21,8 @@ fi bind '"\e[A":history-search-backward' bind '"\e[B":history-search-forward' +export PATH="$HOME/.local/bin:$PATH" + export EDITOR="hx" export HISTFILESIZE=