From 1fd2082e95dc411e88ffab26f6c8363820d02a61 Mon Sep 17 00:00:00 2001 From: bh Date: Mon, 23 Mar 2026 09:19:51 +0800 Subject: zsh: fix tt --- scripts/Scripts/tt | 2 +- zsh/.zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Scripts/tt b/scripts/Scripts/tt index 48824a3..8ebef9e 100755 --- a/scripts/Scripts/tt +++ b/scripts/Scripts/tt @@ -17,4 +17,4 @@ restore_font() { trap restore_font EXIT # Run tt -~/Zsh/tt.elf -notheme +~/Scripts/tt.elf -notheme diff --git a/zsh/.zshrc b/zsh/.zshrc index c9d9047..25e64c6 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -85,7 +85,7 @@ alias sudo='sudo ' alias icat="kitty icat" alias py="python" alias rename="perl-rename" -alias tt="~/Zsh/tt" +alias tt="~/Scripts/tt" # ┌──────────────────────────────────────────────────────────────┐ # │ 🎯 Prompt │ -- cgit v1.2.3