Skip to content

Commit

Permalink
whoops, fix; emacs-lisp should have been sh
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmccracken committed Nov 19, 2023
1 parent 5ff0c01 commit b8e2009
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions hosts/aeglos/settings.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
;; [[file:../../workstation.org::*aeglos/][aeglos/:3]]
# [[file:../../workstation.org::*aeglos/][aeglos/:3]]
export WORKSTATION_NAME=aeglos
;; aeglos/:3 ends here
# aeglos/:3 ends here
4 changes: 2 additions & 2 deletions hosts/aeglos/zshrc.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
;; [[file:../../workstation.org::*aeglos/][aeglos/:2]]
# [[file:../../workstation.org::*aeglos/][aeglos/:2]]
source ~/workstation/hosts/aeglos/settings.sh
;; aeglos/:2 ends here
# aeglos/:2 ends here
4 changes: 2 additions & 2 deletions hosts/glamdring/settings.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
;; [[file:../../workstation.org::*glamdring/][glamdring/:3]]
# [[file:../../workstation.org::*glamdring/][glamdring/:3]]
export WORKSTATION_NAME=glamdring
;; glamdring/:3 ends here
# glamdring/:3 ends here
4 changes: 2 additions & 2 deletions hosts/glamdring/zshrc.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
;; [[file:../../workstation.org::*glamdring/][glamdring/:2]]
# [[file:../../workstation.org::*glamdring/][glamdring/:2]]
source ~/workstation/hosts/glamdring/settings.sh
;; glamdring/:2 ends here
# glamdring/:2 ends here
8 changes: 4 additions & 4 deletions workstation.org
Original file line number Diff line number Diff line change
Expand Up @@ -1066,11 +1066,11 @@ bw_unlock () {
(setq org-mobile-inbox-for-pull "~/Dropbox/EF/inbox-mobile.org"))
#+end_src

#+begin_src emacs-lisp :tangle ./hosts/glamdring/zshrc.sh :shebang "#!/usr/bin/env bash" :noweb yes
#+begin_src sh :tangle ./hosts/glamdring/zshrc.sh :shebang "#!/usr/bin/env bash" :noweb yes
source ~/workstation/hosts/glamdring/settings.sh
#+end_src

#+begin_src emacs-lisp :tangle ./hosts/glamdring/settings.sh :shebang "#!/usr/bin/env bash" :noweb yes
#+begin_src sh :tangle ./hosts/glamdring/settings.sh :shebang "#!/usr/bin/env bash" :noweb yes
export WORKSTATION_NAME=glamdring
#+end_src
*** anduril/
Expand All @@ -1095,11 +1095,11 @@ export WORKSTATION_NAME=glamdring
(setq org-mobile-inbox-for-pull "~/Dropbox/EF/inbox-mobile.org"))
#+end_src

#+begin_src emacs-lisp :tangle ./hosts/aeglos/zshrc.sh :shebang "#!/usr/bin/env bash" :noweb yes
#+begin_src sh :tangle ./hosts/aeglos/zshrc.sh :shebang "#!/usr/bin/env bash" :noweb yes
source ~/workstation/hosts/aeglos/settings.sh
#+end_src

#+begin_src emacs-lisp :tangle ./hosts/aeglos/settings.sh :shebang "#!/usr/bin/env bash" :noweb yes
#+begin_src sh :tangle ./hosts/aeglos/settings.sh :shebang "#!/usr/bin/env bash" :noweb yes
export WORKSTATION_NAME=aeglos
#+end_src
*** ci/
Expand Down

0 comments on commit b8e2009

Please sign in to comment.