summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/Scripts/tt2
-rw-r--r--zsh/.zshrc2
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 │