diff --git a/zshrc.org b/zshrc.org index 624a430..58a18cf 100644 --- a/zshrc.org +++ b/zshrc.org @@ -136,7 +136,6 @@ Each environment has slightly different setups, which will be tangled to differe #+end_src *** emacs helpers #+begin_src sh :tangle ".zshrc" - SOLARIZED="true" # Emacs stuff @@ -285,6 +284,11 @@ Each environment has slightly different setups, which will be tangled to differe #+end_src *** git helpers #+begin_src sh :tangle ".zshrc" + git-create-pi-remote () { + REPO_NAME=$(basename "`pwd`") + source ~/scripts/git-init-pi4.sh "$REPO_NAME.git" + git remote add π "git@pi4spoon.local:repos/$REPO_NAME.git" + } git-create-thinkspoon-remote () { REPO_NAME=$(basename "`pwd`")