for each simple and useful access, you can add a terminal command by editing your bash profile, here's how:
open a terminal β type cd press Enter. then type nano.bash_profile then add this line alias htdocs="cd ~/.bitnami/stackman/machines/xampp/volumes/root/htdocs" Now press ctrl + o then press Enter, then press ctrl + x Now to update the terminal Commands enter the following command
source.bash_profile
Now you can use the htdocs command every time you want to go to the htdocs folder.
source share