Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Want to replace bash w zsh as system shell on Ubuntu
- X-seq: zsh-users 14767
- From: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- To: Joke de Buhr <joke@xxxxxxxxx>
- Subject: Re: Want to replace bash w zsh as system shell on Ubuntu
- Date: Tue, 2 Feb 2010 11:11:40 +0100
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=K19PgEYsjZ7RbGFEbexCEAg7EUJPWSG4OkCMNeLtEYk=; b=qgBSJu8KS2Sdv1fAcMshV+d+bXc/TCVXuGuz7N9wxiVOV8AvxyOHdIGmCzGC4Q7KVH S1l5jsx2m81gr53EILTCC3nMI0j7MgNQna+FijNE7h2uAYsFam46/7oVvAC8EJ8BIXHp jQIZiadbT/2ER+y5JQE11wiSWF9k/TF72zZ4k=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=g+D7ae000FBP4jMswinVQnFQPf57Zr+A4UFUQTc5aGVHfiBCNpUhydaubB4TlvMFQ5 i1whrTpDo37uP/6bhkvaSKDD1Zjv/dh4fWUlkWzx2Po9XgZr+PBKo42DBhI2me9OZE9/ 9OfmajmnnR0XZsj+A1HEK4TV5/9H7jE3uUau0=
- In-reply-to: <201002021007.35234.joke@xxxxxxxxx>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20100202081546.GA5930@xxxxxxxxx> <201002021007.35234.joke@xxxxxxxxx>
On Tue, Feb 2, 2010 at 10:07, Joke de Buhr <joke@xxxxxxxxx> wrote:
> Replacing the default system shell (the shell getting started via /bin/sh) can
> be harmful. Some init scripts may stop working. Therefore it's not a good idea
> to change default system shell. DON'T do it unless you're completely sure all
> init scripts will work with zsh.
I tried to use zsh as the system shell on Debian unstable a year or so ago.
After lots of things breaking, I gave up.
The general consensus on the mailing list is that it is a bad idea to use
it as /bin/sh -- search the archives for details.
The main reason is probably that zsh predates most standards and thus
still has a few quirks and edges that are not worth ironing out as no one
uses zsh as /bin/sh, anyway. Hen and egg, I guess.
Also, please note that you need to link to /bin/zsh not /usr/bin/zsh or
you _might_ break stuff (admittedly unlikely on today's single-user
systems).
I would just
chsh
as root and be done with it.
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author