Skip to content

Commit

Permalink
smartcd: v3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
CodesOfRishi committed Jan 7, 2022
1 parent 168b79f commit e59094d
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.5"
export SMARTCD_VERSION="v3.2.6"

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

0 comments on commit e59094d

Please sign in to comment.