change bash files

This commit is contained in:
statzitz 2024-08-03 13:28:02 +02:00
parent eb65e40699
commit 33d2dd6b95
2 changed files with 3 additions and 0 deletions

View file

@ -14,5 +14,6 @@ export QT_QPA_PLATFORM="wayland;xcb"
export SDL_VIDEODRIVER="wayland,x11"
[[ $(tty) == /dev/tty1 ]] && exec dbus-run-session Hyprland
[[ $(tty) == /dev/tty1 ]] && exit # shouldn't be here
[[ -f ~/.bashrc ]] && . ~/.bashrc

View file

@ -32,8 +32,10 @@ alias la='ls -la'
alias lah='ls -lah'
alias jaaj='nvim'
alias pm='pacman'
alias steam='SDL_VIDEODRIVER="" steam'
alias kssh='kitty +kitten ssh'
alias radio='mpv --quiet --no-video https://radio.lainzine.org'
complete -F _command sudo
complete -F _command doas