diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2023-02-07 15:04:52 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2023-02-07 15:04:52 +0100 |
commit | 3756fc70bcf9ba93759435fcf9bd197d3ea811d5 (patch) | |
tree | f55c8c1cd1a3eb7a3b2142950e7102bd87cc6b95 /aisaka.org | |
parent | 3ea40e82a4df2adf464bef329f943316c27f8db3 (diff) |
Integrate the bashrc file
Diffstat (limited to 'aisaka.org')
-rw-r--r-- | aisaka.org | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -233,7 +233,8 @@ https://guix.gnu.org/en/manual/devel/en/html_node/Home-Configuration.html ("reconfigure-system-" . ,reconfigure-system-) ("system-update" . ,system-update) ("system-update-" . ,system-update-))) - (bashrc `(,(local-file "bashrc"))))) + (bashrc (list + (plain-file "bashrc" "<<ld-library-path>>"))))) (simple-service 'configuration-files home-files-service-type `((".config/git/config" ,(local-file "git.config")) @@ -242,6 +243,12 @@ https://guix.gnu.org/en/manual/devel/en/html_node/Home-Configuration.html (".emacs" ,(local-file "emacs.el"))))))) #+end_src +*** TODO bashrc + +#+begin_src bash :noweb-prefix no :noweb-ref ld-library-path + export LD_LIBRARY_PATH=$LIBRARY_PATH +#+end_src + * TODO LIBREBOOT The first layer of computing is the firmware. The Lenovo Thinkpad X200 has |