From 1d1827632be24e165aa5306af5445d2dbf2de6d8 Mon Sep 17 00:00:00 2001 From: Azalea Gui <22280294+hykilpikonna@users.noreply.github.com> Date: Wed, 6 Nov 2024 11:23:24 -0500 Subject: [PATCH] [+] ttmp --- scripts/zshrc.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/zshrc.sh b/scripts/zshrc.sh index 8d79b75..efd4dc3 100755 --- a/scripts/zshrc.sh +++ b/scripts/zshrc.sh @@ -161,6 +161,11 @@ install-package() { fi } +ttmp() { + mkdir -p /tmp/tmp + cd /tmp/tmp || return +} + # Set EDITOR if has micro; then export EDITOR="micro"