From 8eed110642c2fa5cc08a417c27358664b75b8711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Ole=20H=C3=BCbner?= Date: Sun, 13 Apr 2025 16:52:15 +0200 Subject: [PATCH] feat(insta): add echoing of date --- .zsh_functions/insta.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh_functions/insta.zsh b/.zsh_functions/insta.zsh index 4eaa6a4..779cf25 100644 --- a/.zsh_functions/insta.zsh +++ b/.zsh_functions/insta.zsh @@ -27,7 +27,7 @@ function insta() { esac shift done - + echo "-----$(date)------" if [ ! -d "$insta_mount_point" ]; then echo "Creating mount point directory..." mkdir -p "$insta_mount_point"