From 3167ad6e1a20ea98f842bb98f9a9127899ad2eeb Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 7 Mar 2023 15:24:33 +0100 Subject: Fix begin_src call from bash to shell --- aisaka.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aisaka.org b/aisaka.org index defc0dc..16b8e65 100644 --- a/aisaka.org +++ b/aisaka.org @@ -301,7 +301,7 @@ https://guix.gnu.org/en/manual/devel/en/html_node/Home-Configuration.html *** TODO bashrc -#+begin_src bash :tangle data/bashrc +#+begin_src shell :tangle data/bashrc export LD_LIBRARY_PATH=$LIBRARY_PATH #+end_src @@ -390,7 +390,7 @@ https://guix.gnu.org/en/manual/devel/en/html_node/Home-Configuration.html *** TODO git-config -#+begin_src bash :tangle data/git-config +#+begin_src shell :tangle data/git-config [user] name = "Marek Paśnikowski" email = "marekpasnikowski@protonmail.com" @@ -494,7 +494,7 @@ memory without overprovisioning, as well as to prolog the lifetime of SSD. **** TODO SSH Configuration File -#+begin_src bash :noweb-ref ssh-config +#+begin_src shell :noweb-ref ssh-config Host *.onion ProxyCommand nc -x localhost:9050 -X5 %h %p -- cgit v1.2.3