Deutsch   English   Français   Italiano  
<vd3jkc$67l1$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.roellig-ltd.de!open-news-network.org!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Janis Papanagnou <janis_papanagnou+ng@hotmail.com>
Newsgroups: comp.unix.shell
Subject: Re: [ksh] Show command number in shell prompt
Date: Thu, 26 Sep 2024 14:21:31 +0200
Organization: A noiseless patient Spider
Lines: 24
Message-ID: <vd3jkc$67l1$1@dont-email.me>
References: <vcuc9r$373il$1@dont-email.me>
 <slrnvf5dsq.2b4.hymie@nasalinux.net> <vcuehc$37dtm$1@dont-email.me>
 <vcvb3k$3bcrt$11@dont-email.me> <vcvf6i$3cb0q$1@dont-email.me>
 <q039fj56mf7m969scdjq3aqhf0s1sqcadj@dim53.demon.nl>
MIME-Version: 1.0
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 26 Sep 2024 14:21:32 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="2605737c97ff88ac87e773da595ceb0b";
	logging-data="204449"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18Pmn8xfMjXjKwc4TBYyr6s"
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
 Thunderbird/45.8.0
Cancel-Lock: sha1:YfiToGQOOZTU8zJWRcqmHm3vq8M=
In-Reply-To: <q039fj56mf7m969scdjq3aqhf0s1sqcadj@dim53.demon.nl>
Bytes: 1989

On 26.09.2024 00:26, Kees Nuyt wrote:
> On Wed, 25 Sep 2024 00:41:21 +0200, Janis Papanagnou
> <janis_papanagnou+ng@hotmail.com> wrote:
> 
>> Of course I have a more complex setup that uses an own history file
>> per "window"; I use for example a name like ".sh_history_pts_57"
>> (using 'HISTFILE').
> 
> I do that per "project"

My "windows" are actually also dedicated to "projects", where every
project typically uses 1..3 shell terminals.

> 
> To switch projects, I source a bash script which ends like this:
> [...]
>    test -f .fslckout && fossil status
>    test -f .fslckout && fossil stash list --verbose
> [...]

What is 'fossil'?

Janis