We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d6fe72 + 16bf32b commit 379813bCopy full SHA for 379813b
plugins/available/dirs.plugin.bash
@@ -59,7 +59,7 @@ function dirs-help() {
59
# Add bookmarking functionality
60
# Usage:
61
62
-: "${BASH_IT_DIRS_BKS:=${XDG_STATE_HOME:-~/.local/state}/bash_it/dirs}"
+: "${BASH_IT_DIRS_BKS:=${XDG_STATE_HOME:-${HOME}/.local/state}/bash_it/dirs}"
63
if [[ -f "${BASH_IT_DIRS_BKS?}" ]]; then
64
# shellcheck disable=SC1090
65
source "${BASH_IT_DIRS_BKS?}"
0 commit comments