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 14770
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: Joke de Buhr <joke@xxxxxxxxx>
- Subject: Re: Want to replace bash w zsh as system shell on Ubuntu
- Date: Tue, 02 Feb 2010 13:37:27 +0100
- Cc: zsh-users@xxxxxxx
- In-reply-to: <201002021250.17528.joke@xxxxxxxxx> (Joke de Buhr's message of "Tue, 2 Feb 2010 12:50:17 +0100")
- 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> <2d460de71002020211y57ef49eaq32bfd97403dd7d25@xxxxxxxxxxxxxx> <201002021250.17528.joke@xxxxxxxxx>
Joke de Buhr wrote:
> On Tuesday 02 February 2010 11:11:40 Richard Hartmann wrote:
[...]
> Sh compliant shell scripting can't use stuff like associative arrays,
> subshell commands like "echo $(date -R)" or "[["-style tests. But some init
> scripts do.
Not entirely true. Associative arrays can't be used, true. [[ ... ]]
cannot either. True.
But $(...) is perfectly correct syntax in POSIX shells. You may be
confused here, because older bourne shells don't support this. Shells
that adhere the standard, however, do.
[...]
>> I would just
>>
>> chsh
>>
>> as root and be done with it.
>
> There's a difference between running "sudo -s" and changing the shell via
> "chsh" and using "su". Sudo doesn't change the HOME environmental variable to
> HOME=/root. It's set to "HOME=$HOME" so the root session uses the
> configuration files of the user. That's why you don't have to copy your
> ~/.vimrc configuration to /root/.vimrc.
>
> This behavior is very important if you're running a system with multiple
> admins.
Yeah, it's also funny to suddenly end up with a number of your files
being owned by root (shouldn't happen with zsh's history file, since zsh
keeps track of the file's permissions even with the HIST_SAVE_BY_COPY
option enabled - which is the default; but not everything is as cautious
as zsh is).
Regards, Frank
--
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
-- RFC 1925
Messages sorted by:
Reverse Date,
Date,
Thread,
Author