diff options
| -rwxr-xr-x | .shenanigans.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh index 8d92252..9dc5732 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh | |||
| @@ -60,7 +60,6 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then | |||
| 60 | export PATH="$PATH:$HOME/.cargo/bin" | 60 | export PATH="$PATH:$HOME/.cargo/bin" |
| 61 | export PATH="$PATH:$HOME/go/bin" | 61 | export PATH="$PATH:$HOME/go/bin" |
| 62 | export PATH="$PATH:$HOME/Applications" | 62 | export PATH="$PATH:$HOME/Applications" |
| 63 | export PATH="$PATH:$HOME/Applications/odin-linux-amd64-nightly+2025-12-04/" | ||
| 64 | fi | 63 | fi |
| 65 | 64 | ||
| 66 | backup() { | 65 | backup() { |
| @@ -73,6 +72,7 @@ backup() { | |||
| 73 | "projects.zip $HOME/Projects" | 72 | "projects.zip $HOME/Projects" |
| 74 | "notes.zip $HOME/Notes" | 73 | "notes.zip $HOME/Notes" |
| 75 | "twow.zip $HOME/Games/turtlewow/WTF $HOME/Games/turtlewow/wow.sh" | 74 | "twow.zip $HOME/Games/turtlewow/WTF $HOME/Games/turtlewow/wow.sh" |
| 75 | "vanilla+.zip $HOME/Games/vanilla+/WTF $HOME/Games/vanilla+/wow.sh" | ||
| 76 | ) | 76 | ) |
| 77 | 77 | ||
| 78 | for entry in "${archive_sets[@]}"; do | 78 | for entry in "${archive_sets[@]}"; do |
