Skip to content
Snippets Groups Projects
Select Git revision
  • e3cfcea4aa2837dee4deee098f17bccad5fa4f2a
  • master default
2 results

.bashrc

  • nimrod's avatar
    e3cfcea4
    Specify the Redis history file with an environment variable. · e3cfcea4
    nimrod authored
    The Redis CLI history file was moved to the Documentst folder so it
    would synced using Nextcloud. A symlink was left in its place to point
    to the new location. However it's a dangling link until the Redis CLI is
    first run, which upsets the pre-commit broken link check. Instead, set
    the REDISCLI_HISTFILE environment variable to the new location and
    remove the symlink.
    e3cfcea4
    History
    Specify the Redis history file with an environment variable.
    nimrod authored
    The Redis CLI history file was moved to the Documentst folder so it
    would synced using Nextcloud. A symlink was left in its place to point
    to the new location. However it's a dangling link until the Redis CLI is
    first run, which upsets the pre-commit broken link check. Instead, set
    the REDISCLI_HISTFILE environment variable to the new location and
    remove the symlink.