From 33d2dd6b9505fa64cdb8f60ad2fc96549c7c4a39 Mon Sep 17 00:00:00 2001 From: statzitz Date: Sat, 3 Aug 2024 13:28:02 +0200 Subject: [PATCH] change bash files --- dotconfig/bash/.bash_profile | 1 + dotconfig/bash/.bashrc | 2 ++ 2 files changed, 3 insertions(+) diff --git a/dotconfig/bash/.bash_profile b/dotconfig/bash/.bash_profile index 4cc724c..6e4e288 100644 --- a/dotconfig/bash/.bash_profile +++ b/dotconfig/bash/.bash_profile @@ -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 diff --git a/dotconfig/bash/.bashrc b/dotconfig/bash/.bashrc index 86ed39f..d65ae0b 100644 --- a/dotconfig/bash/.bashrc +++ b/dotconfig/bash/.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