Sujet : Re: [ksh] Show command number in shell prompt
De : janis_papanagnou+ng (at) *nospam* hotmail.com (Janis Papanagnou)
Groupes : comp.unix.shellDate : 26. Sep 2024, 14:21:31
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vd3jkc$67l1$1@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
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