summaryrefslogtreecommitdiff
path: root/izumi.org
diff options
context:
space:
mode:
Diffstat (limited to 'izumi.org')
-rw-r--r--izumi.org8
1 files changed, 5 insertions, 3 deletions
diff --git a/izumi.org b/izumi.org
index 44c0d41..02a7de5 100644
--- a/izumi.org
+++ b/izumi.org
@@ -848,16 +848,18 @@
reconfigure-home
and
collect-garbage)))
- (service
+ (simple-service
+ 'bash-extension
home-bash-service-type
- (home-bash-configuration
+ (home-bash-extension
(aliases
`(("collect-garbage" . ,collect-garbage)
("edit" . "$EDITOR")
("pull-guix" . ,pull-guix)
("reconfigure-home" . ,reconfigure-home)
("reconfigure-system" . ,reconfigure-system)
- ("update-system" . ,update-system))))))
+ ("update-system" . ,update-system)))
+ (bashrc (list (plain-file "source-home-profile" "source ~/.profile\n"))))))
#+END_SRC
* [[https://www.leonrische.me/fc/][Emacs-Org-FC-TN]]