From aad77d8c3338cb48f0774b3f6eee85c7345b3197 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 24 Nov 2018 15:44:38 +0100 Subject: [PATCH 1/3] added two aliases --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 1dab5a40..f0fec45d 100644 --- a/.zshrc +++ b/.zshrc @@ -124,6 +124,9 @@ alias gits='git status' alias a.systemchaos.org='ssh a.systemchaos.org' alias b.systemchaos.org='ssh b.systemchaos.org' alias c.systemchaos.org='ssh c.systemchaos.org' +alias d.systemchaos.org='ssh d.systemchaos.org' +alias e.systemchaos.org='ssh e.systemchaos.org' + # I use xterm and this sets a nice title with hostname and cwd in it. case $TERM in From 18a9d82d25d78917af8bb02fe36b314fd1b139ac Mon Sep 17 00:00:00 2001 From: Linux User Date: Sat, 24 Nov 2018 19:31:05 +0100 Subject: [PATCH 2/3] changed url to submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index c2789fad..42a20a72 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule ".zsh/oh-my-zsh"] path = .zsh/oh-my-zsh - url = git@github.com:hanez/oh-my-zsh.git + url = git@git.unixpeople.org:hanez/oh-my-zsh.git From 78fe5864a501d6ee92ba264515fffcead5c366b4 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 24 Nov 2018 19:42:34 +0100 Subject: [PATCH 3/3] url fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc67158e..af193c2e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Clone to your $HOME cd ~ git init . - git remote add -t \* -f origin https://github.com/hanez/home.git + git remote add -t \* -f origin git@git.unixpeople.org:hanez/home.git git checkout master git submodule update --init --recursive