summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorbh <qn+git@excalibur.computer>2026-04-02 20:23:11 +0800
committerbh <qn+git@excalibur.computer>2026-04-02 20:23:11 +0800
commit15038c992939ba94018f98554e87b15341e912df (patch)
treee7dbe2ddfc466c64795a57d312bdb1b6c4fee6e9 /zsh
parent54b52f6bf42391ffd6dbcc07296cce6321b410b5 (diff)
Add text folder for important text files and make tt have better words
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index a81af9e..db193e5 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -120,7 +120,7 @@ takedir() {
tt() {
kitty @ set-font-size +12
- ~/Scripts/tt -notheme
+ jq -r '.[] | .[0]' ~/Text/words.json | shuf -n 50 | ~/Scripts/tt -notheme
kitty @ set-font-size 10.5
}