How do I customize the bash prompt

What’s the haiku equivalent to .bashrc file so I can customize my prompt or system paths

It’s also bashrc. It should be in ~/config/settings/ somewhere… :slight_smile:

Alright I’ll check there when i get back from work

The same issue was also discussed here with a bit more detail:

Thanks for tip

You can use :

/boot/system/settings/etc/profile
/boot/home/config/settings/profile

These are the ones I have identified when I wrote the article on Haiku Insider :wink:

3 Likes

Just using /boot/home/config/settings/profile here for all the alias’s etc.

1 Like

Is also a way to set number of file descriptors per app somewhere in configs? It’s 512 by default. Would ulimit -Sn 4096 work from /boot/home/config/settings/profile?