unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#67652: [PATCH] * home/services/shells.scm (add-bash-configuration): reorder aliases (Bug#67652)
       [not found] <26318035.896827.1701791650006.JavaMail.zimbra@universite-paris-saclay.fr>
@ 2024-02-22  4:10 ` Jason
  0 siblings, 0 replies; only message in thread
From: Jason @ 2024-02-22  4:10 UTC (permalink / raw)
  To: guix-patches; +Cc: Jason Darby

From: Jason Darby <jasonkdarby@gmail.com>

Change-Id: I288856bb6befe378ca60ef78578acc069cb18532
---
 gnu/home/services/shells.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/home/services/shells.scm b/gnu/home/services/shells.scm
index db82a7cff3..8fd1668b59 100644
--- a/gnu/home/services/shells.scm
+++ b/gnu/home/services/shells.scm
@@ -429,8 +429,8 @@ (define (add-bash-configuration config)
      ,@(list (file-if-not-empty
               'bashrc
               (if (home-bash-configuration-guix-defaults? config)
-                  (list (serialize-field 'aliases)
-                        (plain-file-content %default-bashrc))
+                  (list (plain-file-content %default-bashrc)
+                        (serialize-field 'aliases))
                   (list (serialize-field 'aliases))))
              (file-if-not-empty 'bash-logout)))))
 

base-commit: 8073a26022111c38808c1a803d59229288db0839
-- 
2.41.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-29 10:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <26318035.896827.1701791650006.JavaMail.zimbra@universite-paris-saclay.fr>
2024-02-22  4:10 ` bug#67652: [PATCH] * home/services/shells.scm (add-bash-configuration): reorder aliases (Bug#67652) Jason

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).