diff options
-rw-r--r-- | aisaka.org | 1 | ||||
-rw-r--r-- | bash_profile | 0 | ||||
-rw-r--r-- | home-configuration.scm | 1 |
3 files changed, 0 insertions, 2 deletions
@@ -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 |