Add git-create-remote for the π

master
Jacopo De Simoi 5 years ago
parent 080d4f8cbe
commit bd126ca07a
  1. 6
      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`")

Loading…
Cancel
Save