diff --git a/.bashrc b/.bashrc index 2d10c6cd134667bf407129a40f04d819fc2900e1..72815e34af375136d3b5fffb517eb8a1445225e7 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 7712524386364b463b34cdff33649e651e1b21eb..c6e93fdc1af56e97a101e0259429193bc0d7bc4c 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