Revert "bash -> (bashrc + profile): Fixed tmux exec overriding Hyprland"
This reverts commit e5e82abfa8
.
This commit is contained in:
parent
e5e82abfa8
commit
f366c9b3ad
2 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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=
|
||||
|
|
Loading…
Reference in a new issue