Re: Implement BASH_DIRTRIM_TEXT

2020-09-29 Thread Chet Ramey
On 9/28/20 1:54 PM, Mustafa Mohamad wrote:
> 
> See for example 
> https://github.com/zaufi/paludis-autopatches/blob/master/ebuild_unpack_post/app-shells/bash/bash-4.2-unicode-triple-dot-trim-path.patch
> 
> Which replace the default '...' text w/ a single unicode character '…'
> 
> I propose adding such an option in future version to make it much easier to 
> change this.

Thanks for the suggestion.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/



Implement BASH_DIRTRIM_TEXT

2020-09-28 Thread Mustafa Mohamad


See for example 
https://github.com/zaufi/paludis-autopatches/blob/master/ebuild_unpack_post/app-shells/bash/bash-4.2-unicode-triple-dot-trim-path.patch

Which replace the default '...' text w/ a single unicode character '…'

I propose adding such an option in future version to make it much easier to 
change this.