From b7a3229939b3fbddde1cd88a59bd98e65f005a35 Mon Sep 17 00:00:00 2001 From: Rishi Kumar Date: Tue, 21 Dec 2021 09:07:38 +0530 Subject: [PATCH] smartcd: v2.1.1 --- smartcd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartcd.sh b/smartcd.sh index 6bcc22b..73118a8 100644 --- a/smartcd.sh +++ b/smartcd.sh @@ -14,7 +14,7 @@ __smartcd__() { # no. of unique recently visited directories smartcd to remember export SMARTCD_HIST_SIZE=${SMARTCD_HIST_SIZE:-"50"} - export SMARTCD_VERSION="v2.1.0" + export SMARTCD_VERSION="v2.1.1" # options customizations export SMARTCD_CLEANUP_OPT=${SMARTCD_CLEANUP_OPT:-"--clean"} # option for cleanup of log file