From ead75bbffd57375c93f2172fc6defd3d3a185a25 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Thu, 14 Mar 2024 14:30:17 -0400 Subject: [PATCH] Add SixSuits Balatro mod Disable sagev.space ping check for pushdot/getdot. Fails even when git may not. --- .gitmodules | 3 +++ .../users/steamuser/AppData/Roaming/Balatro/Mods/SixSuits | 1 + fake_home/.zshrc | 8 -------- 3 files changed, 4 insertions(+), 8 deletions(-) create mode 160000 fake_home/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/SixSuits diff --git a/.gitmodules b/.gitmodules index 701464b..8034f7b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "fake_home/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/Milcks-QOL"] path = fake_home/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/Milcks-QOL url = https://github.com/Mi1cK/Milcks-QOL +[submodule "fake_home/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/SixSuits"] + path = fake_home/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/SixSuits + url = https://github.com/Aurelius7309/SixSuits diff --git a/fake_home/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/SixSuits b/fake_home/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/SixSuits new file mode 160000 index 0000000..0f5d478 --- /dev/null +++ b/fake_home/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods/SixSuits @@ -0,0 +1 @@ +Subproject commit 0f5d4786146df04b732b8aa93dfe7ad6b12ba0db diff --git a/fake_home/.zshrc b/fake_home/.zshrc index 5eed3d2..f64ea23 100644 --- a/fake_home/.zshrc +++ b/fake_home/.zshrc @@ -170,10 +170,6 @@ function load-extensions { } function pushdot { - if ! ping -c 1 sagev.space &> /dev/null; then - echo "Could not reach sagev.space" - return 1 - fi cd "$DOT_DIR" || return 1 local res if ! git diff --quiet; then @@ -221,10 +217,6 @@ function getdot { echo "An alias for scpace has not been defined on this device!" return 1 fi - if ! ping -c 1 sagev.space &> /dev/null; then - echo "Could not reach sagev.space" - return 1 - fi cd "$DOT_DIR" || return 1 git pull && ./copy.sh