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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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