change bash files
This commit is contained in:
parent
eb65e40699
commit
33d2dd6b95
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue