summaryrefslogtreecommitdiff
path: root/zsh/Zsh/tt
diff options
context:
space:
mode:
authorbh <qn+git@epicurus.dev>2026-03-22 23:04:45 +0800
committerbh <qn+git@epicurus.dev>2026-03-22 23:04:45 +0800
commitb4a62c0b9d40414f4ab32ff2d6ae55cc34cf5c03 (patch)
tree3ed02dcc841877f0e8d64d02bc00067fa922b822 /zsh/Zsh/tt
parent8b76ba6e73596782723bba2af511300ccb579d1d (diff)
Add Scripts folder and clean things up
Diffstat (limited to 'zsh/Zsh/tt')
-rwxr-xr-xzsh/Zsh/tt20
1 files changed, 0 insertions, 20 deletions
diff --git a/zsh/Zsh/tt b/zsh/Zsh/tt
deleted file mode 100755
index 48824a3..0000000
--- a/zsh/Zsh/tt
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/env bash
-
-# How much to zoom in
-ZOOM="+12"
-
-# Store current font size
-# ORIG_SIZE=$(kitty @ get-font-size)
-
-# Zoom in
-kitty @ set-font-size "$ZOOM"
-
-# Restore on exit
-restore_font() {
- # kitty @ set-font-size "$ORIG_SIZE"
- kitty @ set-font-size 10.5
-}
-trap restore_font EXIT
-
-# Run tt
-~/Zsh/tt.elf -notheme