diff options
| author | bh <qn+git@epicurus.dev> | 2026-03-22 23:04:45 +0800 |
|---|---|---|
| committer | bh <qn+git@epicurus.dev> | 2026-03-22 23:04:45 +0800 |
| commit | b4a62c0b9d40414f4ab32ff2d6ae55cc34cf5c03 (patch) | |
| tree | 3ed02dcc841877f0e8d64d02bc00067fa922b822 /zsh/Zsh | |
| parent | 8b76ba6e73596782723bba2af511300ccb579d1d (diff) | |
Add Scripts folder and clean things up
Diffstat (limited to 'zsh/Zsh')
| -rwxr-xr-x | zsh/Zsh/tt | 20 | ||||
| -rwxr-xr-x | zsh/Zsh/tt.elf | bin | 4136592 -> 0 bytes |
2 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 diff --git a/zsh/Zsh/tt.elf b/zsh/Zsh/tt.elf Binary files differdeleted file mode 100755 index 8c85e9a..0000000 --- a/zsh/Zsh/tt.elf +++ /dev/null |
