Skip to content

Commit

Permalink
fix: wrong default variable name
Browse files Browse the repository at this point in the history
Signed-off-by: Georg Lauterbach <[email protected]>
  • Loading branch information
georglauterbach authored Dec 24, 2024
1 parent e86a1d3 commit 39ad516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/unversioned/home/.config/bash/20-custom_early.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ export HERMES_LOAD_GLOBAL_ALIASES=${HERMES_LOAD_GLOBAL_ALIASES:-false}
# Configures the location of Atuin's SQLite database file
export HERMES_CONFIG_ATUIN_DB_FILE=${HERMES_CONFIG_ATUIN_DB_FILE:-}
# Enable a fallback history file even when Atuin is enabled
export HERMES_CONFIG_ATUIN_WITH_HISTFILE=${HERMES_CONFIG_ATUIN_DISABLE_UP_ARROW:-/dev/null}
export HERMES_CONFIG_ATUIN_WITH_HISTFILE=${HERMES_CONFIG_ATUIN_WITH_HISTFILE:-/dev/null}
# Controls whether "up-arrow to open the history" should be disabled for Atuin
export HERMES_CONFIG_ATUIN_DISABLE_UP_ARROW=${HERMES_CONFIG_ATUIN_DISABLE_UP_ARROW:-false}

0 comments on commit 39ad516

Please sign in to comment.