Skip to content
Snippets Groups Projects
Commit eebcbe10 authored by nimrod's avatar nimrod
Browse files

Move git submodules to the Repositories directory.

Like before, Nextcloud!
parent bf885d1f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
[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
bundle_certs @ 98c05383
File moved
ssh-ca @ 62215b03
File moved
ssl-ca @ 9b209994
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment