Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
smartcd: v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CodesOfRishi committed Dec 29, 2021
1 parent 35463f4 commit 270ccf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartcd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
export SMARTCD_VERSION="v3.2.1"

# options customizations
export SMARTCD_CLEANUP_OPT=${SMARTCD_CLEANUP_OPT:-"--clean"} # option for cleanup of log file
Expand Down

0 comments on commit 270ccf1

Please sign in to comment.