From 1b1a522d045a17964bc750c3035f456e917b9839 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 18 Dec 2024 20:24:29 +0200 Subject: [PATCH] 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. --- .bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.bashrc b/.bashrc index dbffe22..f85c21e 100644 --- a/.bashrc +++ b/.bashrc @@ -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 -- GitLab