dots


commit
73e1380
parent
498ca00
author
xxwhirlpool
date
2025-08-15 12:40:45 -0400 EDT
update bashrc pc snippet
1 files changed,  +13, -3
M misc/.bashrc-snippets-pc
+13, -3
 1@@ -103,10 +103,10 @@ passgen() {
 2 }
 3 
 4 # cd bookmarks
 5-alias dotf="cd /home/kat/Documents/Code/Git/-mine/dotfiles"
 6-alias gmine="cd /home/kat/Documents/Code/Git/-mine"
 7+alias dotf="cd /home/kat/dotfiles"
 8+alias gmine="cd /home/kat/Documents/Git/-mine"
 9  
10-alias pusheu="git push bytes main && cd /home/kat/Documents/Code/Git/-mine/astro-eunoia/eunoia/src/utils && node git-changelog.js"
11+alias pusheu="git push bytes main && cd /home/kat/Documents/Git/-mine/eunoia-astro/src/utils && node git-changelog.js"
12 
13 alias iconsubfol="find . -mindepth 2 -type f -print -exec mv {} . \;"
14 
15@@ -126,3 +126,13 @@ playart() {
16 		arttime --nolearn -a ${art} --ac 5
17 	done
18 }
19+
20+# to get quick notifs
21+# after long commands
22+notif() {
23+	notify-send "done!"
24+	aplay -q /usr/share/sounds/sound-icons/start
25+	spd-say -t female3 -r +25 "done!"
26+}
27+
28+alias icat="kitten icat"