NetBSD-Users archive

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

Re: How do you set $PS1 on /bin/ksh



On 24.01.2020 14:19, Ottavio Caruso wrote:
> Hi,
> 
> [hoping my post doesn't arrive duplicated or triplicated]
> 
> How do you set the prompt in ksh? The man page doesn't seem to help.
> OpenBSD ksh has a different manpage. Compare:
> https://man.openbsd.org/ksh.1#PS1
> and
> https://netbsd.gw.com/cgi-bin/man-cgi?ksh
> 
> For example:
> PS1="\u@\h:\w\$ "
> 
> is not expanded.
> 
> Thanks
> 

Personally, I use:

export PS1='! $(whoami)@$(hostname) $PWD $ '

Attachment: signature.asc
Description: OpenPGP digital signature



Home | Main Index | Thread Index | Old Index