aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbh <qn+git@excalibur.computer>2026-06-28 13:33:17 +0800
committerbh <qn+git@excalibur.computer>2026-06-28 13:33:23 +0800
commitdb59c33eaa77fbbbbfb778f956662654b4106c14 (patch)
treea72512f27aaa204c1c959352feb103f54fc7ccc6
parent645676cea67e9ab6dbe5ab1c904041e88ab1fb7a (diff)
zsh: change tt font size
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 51212d2..58d6bf8 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -125,7 +125,7 @@ takedir() {
tt() {
kitty @ set-font-size +12
jq -r '.[] | .[0]' ~/Text/words.json | shuf -n 50 | ~/Scripts/tt -notheme
- kitty @ set-font-size 10.5
+ kitty @ set-font-size 10
}