Update

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2026-04-16 23:34:22 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2026-04-16 23:34:22 +0200
Commit cc7c22234601c6c29435ad59c7c6950cd0f2b6e2 (patch)
-rwxr-xr-x .shenanigans.sh 2
1 files changed, 1 insertions, 1 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh
...
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
		"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
...