[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: the unicode arrow
From: |
Pádraig Brady |
Subject: |
Re: the unicode arrow |
Date: |
Mon, 7 Sep 2009 17:22:32 +0100 |
User-agent: |
Thunderbird 2.0.0.6 (X11/20071008) |
Andreas Schwab wrote:
> Pádraig Brady <address@hidden> writes:
>
>> # quick dir listing with latest files/dirs at the bottom,
>> # prettify symlink arrows.
>> # using eval to precompute the tput sequences.
>> eval "
>> l() {
>> ls -lrt --color=always \"address@hidden" |
>> sed 's/ -> / $(tput bold)▪▶$(tput sgr0) /'
>
> FWIW, I find this arrow pretty ugly. Why not →?
Because I can't see it with my font (Bitstream Vera Mono 10).
Feel free to change it in your copy of l() :)
cheers,
Pádraig.