andresgongora / synth-shell

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

Putty colors #218

Closed simpsss closed 2 years ago

simpsss commented 2 years ago

Hello,

The colors don't change, I change the colors, but it's always red in the user and folder.

Can you help me?

image

andresgongora commented 2 years ago

Hi! You are seeing the synth-shell configuration for root (are you sure you want to log in as root?) to change it you have to edit the configuration under /root/.config/synth-shell. Let me know if that worked. BR

On Tue, Jan 18, 2022 at 4:35 PM Lucas Galban @.***> wrote:

Hello,

The colors don't change, I change the colors, but it's always red in the user and folder.

Can you help me?

[image: image] https://user-images.githubusercontent.com/51731449/149967759-d9429ea4-17a2-429b-b5d7-2dc8e0bbf3db.png

— Reply to this email directly, view it on GitHub https://github.com/andresgongora/synth-shell/issues/218, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC36INWGFLDIR4GLI4MV6ZTUWWCDJANCNFSM5MHPVOLA . 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

Oh yeah, if there is no config at all there, then the script might be using the default values. Just create the aforementioned path and place your config files in there, it should work for your next bashrc reload. Note that I've never really debugged the script for root :)

On Tue, Jan 18, 2022 at 6:06 PM Andres Gongora @.***> wrote:

Hi! You are seeing the synth-shell configuration for root (are you sure you want to log in as root?) to change it you have to edit the configuration under /root/.config/synth-shell. Let me know if that worked. BR

On Tue, Jan 18, 2022 at 4:35 PM Lucas Galban @.***> wrote:

Hello,

The colors don't change, I change the colors, but it's always red in the user and folder.

Can you help me?

[image: image] https://user-images.githubusercontent.com/51731449/149967759-d9429ea4-17a2-429b-b5d7-2dc8e0bbf3db.png

— Reply to this email directly, view it on GitHub https://github.com/andresgongora/synth-shell/issues/218, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC36INWGFLDIR4GLI4MV6ZTUWWCDJANCNFSM5MHPVOLA . 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: @.***>

simpsss commented 2 years ago

yeah, i was using the root account..

I tested using a normal/root user and it worked.

Thanks