- commit
- 486a518
- parent
- fee7d03
- author
- xxwhirlpool
- date
- 2026-04-09 02:00:03 -0400 EDT
misc
3 files changed,
+5,
-2
+4,
-0
1@@ -38,3 +38,7 @@ config/.local/bin/discord_timest
2 scripts/Scripts/plex/playlists/*
3 config/.config/mpd.conf
4 config/.config/rmpc/config.ron
5+config/.local/bin/env
6+config/.local/bin/env.fish
7+config/.local/bin/uv
8+config/.local/bin/uvx
+1,
-0
1@@ -117,6 +117,7 @@ alias gitd="git diff --staged"
2 alias gdiff="gitd"
3 alias gits="git status"
4 alias gita="git add ."
5+alias gitlc="git diff HEAD~"
6 alias pusheu="git push bytes main && cd /home/kat/Documents/Git/-mine/eunoia-astro/src/utils && node git-changelog.js && cd ../../"
7
8 # dev
+0,
-2
1@@ -26,8 +26,6 @@ vidhash() {
2 ext="${f##*.}"
3 newname="${f%.*} [$hash]".$ext
4
5- [[ "$hash" -eq 0 ]]; echo "couldn't generate CRC32 hash" && exit 1
6-
7 gum confirm "are you sure you want to rename?" --default=yes --timeout=2s && mv "$f" "$newname" && echo -e "new name: $newname" || echo -e "no files renamed: $newname"
8 done
9 }