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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CodesOfRishi committed Dec 30, 2021
1 parent 5dada9a commit c8e3d46
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.1"
export SMARTCD_VERSION="v3.2.2"

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

0 comments on commit c8e3d46

Please sign in to comment.