bash -> (bashrc + profile): Fixed tmux exec overriding Hyprland
This commit is contained in:
parent
8a4185b387
commit
e5e82abfa8
2 changed files with 3 additions and 7 deletions
|
@ -1,10 +1,8 @@
|
||||||
#
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
# ~/.bash_profile
|
|
||||||
#
|
|
||||||
|
|
||||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
||||||
|
|
||||||
# Start DE if on tty1
|
# Start DE if on tty1
|
||||||
if [ "$(tty)" = /dev/tty1 ]; then
|
if [ "$(tty)" = /dev/tty1 ]; then
|
||||||
exec Hyprland
|
exec Hyprland
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||||
|
|
|
@ -21,8 +21,6 @@ fi
|
||||||
bind '"\e[A":history-search-backward'
|
bind '"\e[A":history-search-backward'
|
||||||
bind '"\e[B":history-search-forward'
|
bind '"\e[B":history-search-forward'
|
||||||
|
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
|
||||||
|
|
||||||
export EDITOR="hx"
|
export EDITOR="hx"
|
||||||
|
|
||||||
export HISTFILESIZE=
|
export HISTFILESIZE=
|
||||||
|
|
Loading…
Reference in a new issue