all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Axel <grafov@gmail.com>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: zsh and fish missed in /etc/shells?
Date: Mon, 09 Mar 2015 09:59:37 +0100	[thread overview]
Message-ID: <87oao2r1fq.fsf@gnu.org> (raw)
In-Reply-To: <CAJpGxxDcZ-yLfCZ7Lj-vXnC3LBpuiHjVruYeJ+OcAmYfLC0TwA@mail.gmail.com> (Axel's message of "Mon, 9 Mar 2015 05:33:02 +0300")

Axel <grafov@gmail.com> skribis:

> Could we append /etc/shells with `zsh` or `fish` paths after these
> shells installed in the system?

Sure!  Would you like to submit a patch?  This is in gnu/system.scm.

> And I think these shells should be linked to
> /run/current-system/profile/bin/ as `bash` does.

To do that, all you need to do is to add them to the ‘packages’ field of
the ‘operating-system’ declaration:

  (operating-system
    ;; ...
    (packages (cons* fish zsh %base-packages)))

Thanks,
Ludo’.

  reply	other threads:[~2015-03-09  8:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-09  2:33 zsh and fish missed in /etc/shells? Axel
2015-03-09  8:59 ` Ludovic Courtès [this message]
2015-03-10 22:30   ` Axel
2015-03-10 23:49     ` Axel
2015-03-11  9:43     ` Ludovic Courtès
2015-03-11 12:42       ` Axel
2015-03-12 20:29         ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87oao2r1fq.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=grafov@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.