Refer to CHANGELOG for new changes. The main feature added is to
allow dotbare to be used as a generic fuzzy git client.
pull/25/head v1.3.0
Kevin Zhuang 4 years ago
parent 563dca9b8d
commit 6656ef1d86

@ -2,7 +2,7 @@
Noteble changes are documentated in this file.
## dev
## 1.3.0 (04/08/2020)
### Added

@ -15,7 +15,7 @@
export DOTBARE_DIR="${DOTBARE_DIR:-$HOME/.cfg/}"
export DOTBARE_TREE="${DOTBARE_TREE:-$HOME}"
export DOTBARE_BACKUP="${DOTBARE_BACKUP:-${XDG_DATA_HOME:-$HOME/.local/share}/dotbare}"
export DOTBARE_VERSION="v1.2.3"
export DOTBARE_VERSION="v1.3.0"
export DOTBARE_DIFF_PAGER="${DOTBARE_DIFF_PAGER:-$(git config core.pager || echo 'cat')}"

Loading…
Cancel
Save