Compare commits
No commits in common. "e5e82abfa8b0376106589266b7635200395e6966" and "07b4a811414e4aec863cdb965193de76c7def548" have entirely different histories.
e5e82abfa8
...
07b4a81141
3 changed files with 7 additions and 7 deletions
|
@ -1,9 +1,5 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
# Start in tmux by default
|
||||
[[ $TERM != "screen" ]] && [ -z "$TMUX" ] && exec tmux
|
||||
|
||||
if command -v jaaj &> /dev/null && command -v dotacat &> /dev/null; then
|
||||
jaaj
|
||||
fi
|
||||
|
||||
|
|
|
@ -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