[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Dealing with strange shell prompts
From: |
Clemens Fischer |
Subject: |
Re: Dealing with strange shell prompts |
Date: |
Mon, 30 Sep 2002 15:34:46 +0200 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386--freebsd) |
Daniel Pittman <address@hidden> writes:
>>>> exec env PS1='$ ' /bin/sh
> [...]
>
>> OK. So what about rc or rx or what is this Plan9 thing called?
>
> Fails, sorry. The assignment makes rc die with a syntax error.
naturally. rc has a real, but simple syntax, so it requires a
variable name after a `$'. but what about a simple "exec rc" instead?
(i) the prompt is not so simple, or more simple, whatever, ie. i used
to have: "fn prompt {p=$status; ~ $p 0 || echo '$status: ' $p}" in my
~/.rcrc, because i want the status of my last command (if it is
non-zero) and not much else in my prompt. (ii) many people use
another version of this shell, called "es". it's similar, but has
some more possibilities yet. my bet is you'd want to stay with rc,
and don't set any prompt on it. then you get a "; ", IIRC.
clemens
- Re: Dealing with strange shell prompts, (continued)
- Re: Dealing with strange shell prompts, lawrence mitchell, 2002/09/06
- Re: Dealing with strange shell prompts, Kai Großjohann, 2002/09/06
- Re: Dealing with strange shell prompts, Daniel Pittman, 2002/09/06
- Re: Dealing with strange shell prompts, Kai Großjohann, 2002/09/07
- Re: Dealing with strange shell prompts, Daniel Pittman, 2002/09/08
- Re: Dealing with strange shell prompts, Pete Forman, 2002/09/09
- Re: Dealing with strange shell prompts, Kai Großjohann, 2002/09/09
- Re: Dealing with strange shell prompts, Daniel Pittman, 2002/09/09
- Re: Dealing with strange shell prompts, Kai Großjohann, 2002/09/10
- Re: Dealing with strange shell prompts, Clemens Fischer, 2002/09/30
- Re: Dealing with strange shell prompts,
Clemens Fischer <=
- Re: Dealing with strange shell prompts, Daniel Pittman, 2002/09/30