summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
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
}