andresgongora / synth-shell

Boost your terminal, script by script
GNU General Public License v3.0
945 stars 236 forks source link

How remove the hosting from prompt? #221

Open sergiodevelop78 opened 2 years ago

sergiodevelop78 commented 2 years ago

Hello, first of all, thank you very much for this great script and code. I have a question or request, I hope it can be done. Is there a way to remove the "hosting name" from the prompt? And only left user and PWD ?

Thanks

Sergio

andresgongora commented 2 years ago

Sure. Just edit the config file ~/.config/synth-shell/synth-shell-prompt.config

On Tue 8 Feb 2022, 05:53 Sergio Miranda Cornejo, @.***> wrote:

Hello, first of all, thank you very much for this great script and code. I have a question or request, I hope it can be done. Is there a way to remove the "hosting name" from the prompt? And only left user and PWD ?

Thanks

Sergio

— Reply to this email directly, view it on GitHub https://github.com/andresgongora/synth-shell/issues/221, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC36INTZM7UUHK6AHPIHPSTU2COUXANCNFSM5NZLQ3SA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

andresgongora commented 2 years ago

Ohh yes. Maybe the host name can not be disabled yet? I'd have to look at the code. Maybe that feature must be implemented separately

On Tue 8 Feb 2022, 06:15 Andres Gongora, @.***> wrote:

Sure. Just edit the config file ~/.config/synth-shell/synth-shell-prompt.config

On Tue 8 Feb 2022, 05:53 Sergio Miranda Cornejo, @.***> wrote:

Hello, first of all, thank you very much for this great script and code. I have a question or request, I hope it can be done. Is there a way to remove the "hosting name" from the prompt? And only left user and PWD ?

Thanks

Sergio

— Reply to this email directly, view it on GitHub https://github.com/andresgongora/synth-shell/issues/221, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC36INTZM7UUHK6AHPIHPSTU2COUXANCNFSM5NZLQ3SA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

sergiodevelop78 commented 2 years ago

Thank you !!!