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"