summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2023-02-07 14:50:22 +0100
committerMarek Paśnikowski <marekpasnikowski@protonmail.com>2023-02-07 14:50:22 +0100
commitaabd7eba74859a879e1a5ebe5271a7433cc8abb0 (patch)
tree4fd1eb63bf0d968f5de8a9efae034711c1ed6b80
parent78ccbe3a535906c2620d33ed87f46e34f0c66e47 (diff)
Remove bash_profile declaration
-rw-r--r--aisaka.org1
-rw-r--r--bash_profile0
-rw-r--r--home-configuration.scm1
3 files changed, 0 insertions, 2 deletions
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
--- a/bash_profile
+++ /dev/null
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