reobin / typewritten

A minimal, lightweight, informative zsh prompt theme

Home Page:https://typewritten.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

properly displaying `tw_arrow` using gylph icon

inventfossil opened this issue · comments

By default tw_arrow is displayed using -> , which looks like this on alacritty and kitty respectively;

image

Instead if we use tw_arrow="%F{$tw_colors[arrow]}➜ ", it looks a lot better

image

Hey @subhajit-halder !

Thank you for reaching out! ☺️

That's a good looking arrow. I'm sure plenty of users would like to use it.

I think a great idea for this would be to add an option to customize the arrow, just like you can customize the prompt symbol.

What do you think? I'll work on it this week, shouldn't be too much work.

@reobin Thanks for the work!

Actually I had ligatures disabled, hence the improper arrow initially.

add an option to customize the arrow

But this would be a great option nonetheless 👍🏾