From aabd7eba74859a879e1a5ebe5271a7433cc8abb0 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 7 Feb 2023 14:50:22 +0100 Subject: Remove bash_profile declaration --- aisaka.org | 1 - bash_profile | 0 home-configuration.scm | 1 - 3 files changed, 2 deletions(-) delete mode 100644 bash_profile diff --git a/aisaka.org b/aisaka.org index f447702..c243778 100644 --- a/aisaka.org +++ b/aisaka.org @@ -234,7 +234,6 @@ 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-))) - (bash-profile `(,(local-file "bash_profile"))) (bashrc `(,(local-file "bashrc"))))) (simple-service 'configuration-files home-files-service-type diff --git a/bash_profile b/bash_profile deleted file mode 100644 index e69de29..0000000 diff --git a/home-configuration.scm b/home-configuration.scm index 212775a..71ed976 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -162,7 +162,6 @@ ("reconfigure-system-" . ,reconfigure-system-) ("system-update" . ,system-update) ("system-update-" . ,system-update-))) - (bash-profile `(,(local-file "bash_profile"))) (bashrc `(,(local-file "bashrc"))))) (simple-service 'configuration-files home-files-service-type -- cgit v1.2.3