summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorbh <qn+git@epicurus.dev>2026-04-02 20:23:11 +0800
committerbh <qn+git@epicurus.dev>2026-04-02 20:23:11 +0800
commit749acdb6ee03abe29fd38ebbbc73476bd55d75b0 (patch)
treee7dbe2ddfc466c64795a57d312bdb1b6c4fee6e9 /zsh
parent6b6cf8a04d3f9de57cc529b714724703771f875a (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
}