Skip to content

Commit

Permalink
smartcd.sh: v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CodesOfRishi committed Dec 25, 2021
1 parent 64c9d47 commit 811f44f
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 @@ -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.1"
export SMARTCD_VERSION="v2.2.0"

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

0 comments on commit 811f44f

Please sign in to comment.