From eebcbe10d826455b85cd43de9b4c910086a8e8ae Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 20 Sep 2020 23:04:09 +0300
Subject: [PATCH] Move git submodules to the Repositories directory.

Like before, Nextcloud!
---
 .bashrc                                        |  6 +++---
 .gitmodules                                    | 12 ++++++------
 {Documents => Repositories}/Shore/bundle_certs |  0
 {Documents => Repositories}/Shore/ssh-ca       |  0
 {Documents => Repositories}/Shore/ssl-ca       |  0
 5 files changed, 9 insertions(+), 9 deletions(-)
 rename {Documents => Repositories}/Shore/bundle_certs (100%)
 rename {Documents => Repositories}/Shore/ssh-ca (100%)
 rename {Documents => Repositories}/Shore/ssl-ca (100%)

diff --git a/.bashrc b/.bashrc
index 2d10c6c..72815e3 100644
--- a/.bashrc
+++ b/.bashrc
@@ -11,8 +11,8 @@ export HISTFILESIZE=100000
 export EDITOR=vim
 export GOPATH="$HOME/.local/golang"
 export PATH="$GOPATH/bin:/usr/lib/go/bin/:$PATH"
-export PATH="$HOME/Documents/Shore/ssh-ca:$PATH"
-export PATH="$HOME/Documents/Shore/ssl-ca:$PATH"
+export PATH="$HOME/Repositories/Shore/ssh-ca:$PATH"
+export PATH="$HOME/Repositories/Shore/ssl-ca:$PATH"
 export PATH="$HOME/.cargo/bin:$PATH"
 export PATH="$HOME/.cabal/bin:$PATH"
 export PATH="$HOME/.local/bin:$PATH"
@@ -384,7 +384,7 @@ __command_notifier () {
 }
 
 # shellcheck disable=SC1090
-. "$HOME/Documents/Shore/bundle_certs/bundle_certs"
+. "$HOME/Repositories/Shore/bundle_certs/bundle_certs"
 
 
 # make less more friendly for non-text input files, see lesspipe(1)
diff --git a/.gitmodules b/.gitmodules
index 7712524..c6e93fd 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,12 +1,12 @@
-[submodule "Documents/Shore/ssl-ca"]
-	path = Documents/Shore/ssl-ca
+[submodule "Repositories/Shore/ssl-ca"]
+	path = Repositories/Shore/ssl-ca
 	url = https://www.shore.co.il/git/ssl-ca/
 	branch = master
-[submodule "Documents/Shore/ssh-ca"]
-	path = Documents/Shore/ssh-ca
+[submodule "Repositories/Shore/ssh-ca"]
+	path = Repositories/Shore/ssh-ca
 	url = https://www.shore.co.il/git/ssh-ca/
 	branch = master
-[submodule "Documents/Shore/bundle_certs"]
-	path = Documents/Shore/bundle_certs
+[submodule "Repositories/Shore/bundle_certs"]
+	path = Repositories/Shore/bundle_certs
 	url = https://www.shore.co.il/git/bundle_certs/
 	branch = master
diff --git a/Documents/Shore/bundle_certs b/Repositories/Shore/bundle_certs
similarity index 100%
rename from Documents/Shore/bundle_certs
rename to Repositories/Shore/bundle_certs
diff --git a/Documents/Shore/ssh-ca b/Repositories/Shore/ssh-ca
similarity index 100%
rename from Documents/Shore/ssh-ca
rename to Repositories/Shore/ssh-ca
diff --git a/Documents/Shore/ssl-ca b/Repositories/Shore/ssl-ca
similarity index 100%
rename from Documents/Shore/ssl-ca
rename to Repositories/Shore/ssl-ca
-- 
GitLab