From 4b1bb2f6b9572dad25ca73b1b66da9f25f0b3350 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 26 Sep 2020 03:59:10 +0300
Subject: [PATCH] Move a few more stuff inside of Documents.

Have Nextcloud backup and sync them.
---
 .bashrc           | 2 +-
 .poca             | 1 +
 .rediscli_history | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)
 create mode 120000 .poca
 create mode 120000 .rediscli_history

diff --git a/.bashrc b/.bashrc
index 72815e3..e4ccdc3 100644
--- a/.bashrc
+++ b/.bashrc
@@ -4,7 +4,7 @@
 
 export PS1='\u@\h:\w\$ '
 export LANG=en_US.UTF8
-export HISTFILE="$HOME/.history"
+export HISTFILE="$HOME/Documents/.history"
 export HISTCONTROL=ignoreboth:erasedups
 export HISTSIZE=100000
 export HISTFILESIZE=100000
diff --git a/.poca b/.poca
new file mode 120000
index 0000000..b903d03
--- /dev/null
+++ b/.poca
@@ -0,0 +1 @@
+Documents/.poca/
\ No newline at end of file
diff --git a/.rediscli_history b/.rediscli_history
new file mode 120000
index 0000000..6e015d5
--- /dev/null
+++ b/.rediscli_history
@@ -0,0 +1 @@
+Documents/.rediscli_history
\ No newline at end of file
-- 
GitLab