Skip to content
Snippets Groups Projects
Commit e3cfcea4 authored by nimrod's avatar nimrod
Browse files

Specify the Redis history file with an environment variable.

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.
parent 4939dc05
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,7 @@ export DOCKER_BUILDKIT=1 ...@@ -55,6 +55,7 @@ export DOCKER_BUILDKIT=1
export PGSSLROOTCERT=/etc/ssl/certs/ca-certificates.crt export PGSSLROOTCERT=/etc/ssl/certs/ca-certificates.crt
export CLOUDSDK_ACTIVE_CONFIG_NAME='shore' export CLOUDSDK_ACTIVE_CONFIG_NAME='shore'
export GNUPGHOME="$HOME/Documents/.gnupg" export GNUPGHOME="$HOME/Documents/.gnupg"
export REDISCLI_HISTFILE="$HOME/Documents/.rediscli_history"
alias ll='ls -lha' alias ll='ls -lha'
alias la='ls -AF' alias la='ls -AF'
......
Documents/.rediscli_history
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment