dots


commit
10d3007
parent
ef5116e
author
xxwhirlpool
date
2026-01-24 10:51:24 -0500 EST
bashrc laptop
1 files changed,  +5, -4
M config/.bashrc-laptop
+5, -4
 1@@ -134,7 +134,8 @@ alias cat="bat --paging=never"
 2 alias rced="micro ~/.bashrc && source ~/.bashrc"
 3 alias dd="askdd"
 4 alias copy="xclip -sel clipboard"
 5-alias calc="python3 -Sq"
 6+alias upperc="tr '[:lower:]' '[:upper:]'"
 7+alias lowerc="tr '[:upper:]' '[:lower:]'"
 8 
 9 # lazy ass way for me to get my idol mp3s from youtube
10 # usage: ytmp3 url
11@@ -233,9 +234,9 @@ passgen() {
12 cdmess() {
13 	# from this blog post:
14 	# https://blog.larah.me/mess-directory/
15-    today_tmpdir="${TMPDIR-/tmp}/${USER}_mess/$(date +%F)"
16-    mkdir -p "$today_tmpdir"
17-    cd "$(mktemp -d -p "${today_tmpdir}" XXXX)"
18+	today_tmpdir="${TMPDIR-/tmp}/${USER}_mess/$(date +%F)"
19+	mkdir -p "$today_tmpdir"
20+	cd "$(mktemp -d -p "${today_tmpdir}" XXXX)"
21 }
22 
23 # to get quick notifs