From e59094dea03f6760a751063b588f79cf0485290c Mon Sep 17 00:00:00 2001 From: Rishi K Date: Fri, 7 Jan 2022 19:30:34 +0530 Subject: [PATCH] smartcd: v3.2.6 --- smartcd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartcd.sh b/smartcd.sh index 03a786d..c97f234 100644 --- a/smartcd.sh +++ b/smartcd.sh @@ -15,7 +15,7 @@ __smartcd__() { # no. of unique recently visited directories smartcd to remember export SMARTCD_HIST_SIZE=${SMARTCD_HIST_SIZE:-"50"} export SMARTCD_SELECT_ONE=${SMARTCD_SELECT_ONE:-"0"} - export SMARTCD_VERSION="v3.2.5" + export SMARTCD_VERSION="v3.2.6" # options customizations export SMARTCD_CLEANUP_OPT=${SMARTCD_CLEANUP_OPT-"--clean"} # option for cleanup of log file