Edit .bashrc
Have the possibility to edit .bashrc file to add items to PATH variable. Currently is not possible to do that as you need to have root/sudo access to edit .bashrc
-
mehul bmx commented
The future of Suyu is bright, with plans to enhance its performance, expand compatibility with more games, and introduce new features based on community feedback. https://suyuemulator.pro/
-
Anonymous commented
Drives me nuts that I can't have an ls alias to output files vertically
-
Trevor Lohrbeer commented
So the hack to not being able to edit .bashrc is to create a .bash_aliases and put your initialization code there.
It would be more idiomatic though if a separate configuration file was included, since .bash_aliases isn't the appropriate place to modify environment variables.
-
Trevor Lohrbeer commented
Ditto. I'd like to export PS1 to make the prompt tell me which server I'm on.
-
Kim Tiago Baptista commented
i want this too... for now, i'm using "export PATH=$PATH:/your/new/path/here"