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

Move the Bash history file outside of Nextcloud.

The idea of syncing the history between devices was nice but never
worked properly. Nextcloud doesn't have a mechanism of resolving
conflicts and I kept losing parts of the history.
parent 6c1786a9
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,6 @@ export GOPATH="$HOME/.local/golang"
export GOPRIVATE="*"
export HELM_HOME="$HOME/.helm"
export HISTCONTROL=ignoreboth:erasedups
export HISTFILE="$HOME/Documents/.history"
export HISTFILESIZE=100000
export HISTSIZE=100000
export LANG=en_US.UTF8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment