-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
whoops, fix; emacs-lisp should have been sh
- Loading branch information
1 parent
5ff0c01
commit b8e2009
Showing
5 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters