petobens / trueline

Fast and extensible bash powerline prompt with true color and fancy icon support
MIT License
385 stars 36 forks source link

Added option to shorten hostname #37

Closed dgtlife closed 3 years ago

dgtlife commented 3 years ago

It was useful for me to have an option to use a short hostname (host) vs the full hostname (host.domain.com). I added a new option TRUELINE_USER_SHORTEN_HOSTNAME to control the choice and the two lines shown to process the selection of the shortened hostname.

petobens commented 3 years ago

Hi. Thanks! Add a default value in trueline.sh and a description of the new option in the README

dgtlife commented 3 years ago

Ahhh ... I forgot to initialize. I will take care of that right now.

petobens commented 3 years ago

Thanks!