diff options
-rw-r--r-- | aisaka.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |