summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marekpasnikowski@protonmail.com>2023-02-07 14:50:22 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2023-02-07 14:50:22 +0100
commit9ba632a9215248b714e7cbd8aebe6f4d3845b66c (patch)
tree053318495fe17038fcb6658b62b1c8c4ce6c5a4c
parent9807d8c318feedd48ba0890c5f1b3cdc17188d5e (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