emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#67652: closed (Guix home - bash alias declarations order)


From: GNU bug Tracking System
Subject: bug#67652: closed (Guix home - bash alias declarations order)
Date: Wed, 27 Mar 2024 14:54:09 +0000

Your message dated Wed, 27 Mar 2024 22:50:25 +0800
with message-id <87edbvn2z2.wl-hako@ultrarare.space>
and subject line Re: bug#67652: [PATCH] * home/services/shells.scm 
(add-bash-configuration): reorder aliases (Bug#67652)
has caused the debbugs.gnu.org bug report #67652,
regarding Guix home - bash alias declarations order
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
67652: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67652
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Guix home - bash alias declarations order Date: Tue, 5 Dec 2023 16:54:10 +0100 (CET)
Hello,

I have an issue with guix home alias declarations. The aliases I declare in my home configuration always end up on top of the .bashrc file, while the documentation for the home-bash-service-type says "The aliases will be defined after the contents of the bashrc field has been put in the .bashrc file.". The following is the bash configuration I use

(service home-bash-service-type
                 (home-bash-configuration
                  (bashrc (list (local-file ".bashrc" "bashrc")))
                  (bash-profile (list (local-file ".bash_profile" "bash_profile")))
                  (bash-logout (list (local-file ".bash_logout" "bash_logout")))
                  (aliases '(("egrep" . "egrep --color=auto")
                             ("fgrep" . "fgrep --color=auto")
                             ("grep" . "grep --color=auto")
                             ("l" . "ls -CF")
                             ("la" . "ls -A")
                             ("ll" . "ls -alF")
                             ("ls" . "ls --color=auto")))))


M. TORRI Atte
PhD Student (Computer Science) at Université Paris-Saclay
Doctorant (Informatique) à l'Université Paris-Saclay
Équipe ParSys - Laboratoire Interdisciplinaire des Sciences du Numérique (LISN)
Bureau 105 - Bâtiment 650
atte.torri@universite-paris-saclay.fr | 0169153106

--- End Message ---
--- Begin Message --- Subject: Re: bug#67652: [PATCH] * home/services/shells.scm (add-bash-configuration): reorder aliases (Bug#67652) Date: Wed, 27 Mar 2024 22:50:25 +0800
Hi everyone,

On Thu, 22 Feb 2024 12:10:15 +0800,
Jason wrote:
>
> From: Jason Darby <jasonkdarby@gmail.com>
>
> Change-Id: I288856bb6befe378ca60ef78578acc069cb18532
> ---
>  gnu/home/services/shells.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

I have applied Jason's patch as 0b38c9401bebb6b87093555ef3768a8e1855c938, thank
you all!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]