From 8c613848eb435d1c874b1cf372cf6b65bbab7319 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 22 Sep 2024 06:24:55 +0200 Subject: Cleanup --- shenanigans.sh | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'shenanigans.sh') diff --git a/shenanigans.sh b/shenanigans.sh index 56a634b..5b3845d 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -74,11 +74,6 @@ if [[ $- =~ .i. ]]; then bind '"\C-h": "\C-a hstr -- \C-j"'; fi # Useful function. Much wow! -poe() { - cd ~/.wine/drive_c/Program\ Files\ \(x86\)/Grinding\ Gear\ Games/Path\ of\ Exile/ - DXVK_FRAME_RATE=240 DXVK_HUD=0 wine Client.exe -} - wow() { cd ~/Games/turtlewow/ ./start.sh @@ -134,18 +129,3 @@ backup() { cd $CWD } -update() { - if grep -qi "debian" /etc/os-release; then - sudo apt update - sudo apt upgrade -y - fi - - if grep -qi "fedora" /etc/os-release; then - dnf check-update - sudo dnf update -y - fi - - if which flatpak > /dev/null 2>&1; then - flatpak update -y - fi -} -- cgit v1.2.3