This commit adds '-i' and '-d' options to the 'zoxide add' command.
'-i' increments the base score by a specified amount.
'-d' decrements the base score by a specified amount.
Also added unit tests covering the new functionality combined with
recency scoring.
Fixes/Supports #392