From f366c9b3ad8260656f1e317e396024932a41f7b0 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sat, 1 Jun 2024 03:32:15 +0200 Subject: [PATCH] Revert "bash -> (bashrc + profile): Fixed tmux exec overriding Hyprland" This reverts commit e5e82abfa8b0376106589266b7635200395e6966. --- shell/bash/.bash_profile | 8 +++++--- shell/bash/.bashrc | 2 ++ 2 files changed, 7 insertions(+), 3 deletions(-) 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=