- commit
- 48549bc
- parent
- 5d023c4
- author
- xxwhirlpool
- date
- 2026-04-19 21:13:52 -0400 EDT
misc
5 files changed,
+17,
-5
+3,
-0
1@@ -44,3 +44,6 @@ config/.local/bin/env
2 config/.local/bin/env.fish
3 config/.local/bin/uv
4 config/.local/bin/uvx
5+
6+.directory
7+scripts/Scripts/.directory
+5,
-2
1@@ -102,10 +102,13 @@ alias updupgr="sudo apt update && sudo apt upgrade"
2 alias freeze="freeze -c user"
3 alias glow="glow -p"
4 alias unfuckwifi="sudo systemctl restart NetworkManager"
5+alias uptime="uptime -p"
6+alias irc="senpai"
7+alias xmpp="profanity"
8
9 # some cd bookmarks
10 alias dotf="cd /home/kat/dotfiles"
11-alias gmine="cd /home/kat/Documents/Git/-mine"
12+alias gmine="cd /home/kat/Projects/-mine"
13
14 # weather stuff
15 alias wttr="curl https://wttr.in/nyc?F0ASu"
16@@ -122,7 +125,7 @@ alias gitlc="git diff HEAD~"
17 alias gdiff="gitd"
18 alias gits="git status"
19 alias gita="git add ."
20-alias pusheu="git push bytes main && cd /home/kat/Documents/Git/-mine/eunoia-astro/src/utils && node git-changelog.js && cd ../../"
21+alias pusheu="git push bytes main && cd /home/kat/Projects/-mine/eunoia-astro/src/utils && node git-changelog.js && cd ../../"
22
23 # dev
24 alias irb="rv run irb"
+7,
-1
1@@ -4,7 +4,7 @@ add_newline = false
2
3 palette = "catppuccin_frappe"
4
5-format = '$all$character$username$hostname$character$directory '
6+format = '${env_var.ZMX_SESSION}$all$character$username$hostname$character$directory '
7
8 # `rv` currently sets a permanent $RUBY_VERSION variable
9 # so my shell always shows the ruby ver no matter the pwd
10@@ -29,6 +29,12 @@ style = "bold green"
11 [[battery.display]]
12 threshold = 0
13
14+[env_var.ZMX_SESSION]
15+symbol = " "
16+format = "[$symbol$env_value]($style) "
17+description = "zmx session name"
18+style = "bold magenta"
19+
20 [palettes.catppuccin_frappe]
21 rosewater = "#f2d5cf"
22 flamingo = "#eebebe"
+1,
-1
1@@ -13,7 +13,7 @@ if [[ -z "$rollslug" || -z "$rollurl" || -z "$rollname" || -z "$rolltype" ]]; th
2 die
3 fi
4
5-cat << EOF >> /home/kat/Documents/Git/-mine/eunoia-astro/src/content/blogroll/blogs.yml
6+cat << EOF >> /home/kat/Projects/-mine/eunoia-astro/src/content/blogroll/blogs.yml
7 - slug: $rollslug
8 url: "$rollurl"
9 name: "$rollname"
+1,
-1
1@@ -16,7 +16,7 @@ ginput() {
2 }
3
4 # define calendar file
5-calfile="/home/kat/Documents/Git/-mine/ladyflash/public/feeds/cal/Music_Releases.ics"
6+calfile="/home/kat/Projects/-mine/ladyflash/public/feeds/cal/Music_Releases.ics"
7
8 # remove vcalend for now
9 sed -i '/END:VCALENDAR/d' "$calfile"