Eh, sure. Effectively you just have to execute the command from my other post. If you don't want to do that manually every time you open a ssh connection then you have to add it to this file: /root/.bash_profile   To make it persistent across reboots (that's how I did it, not saying it's the most ideal way): Edit /boot/config/go and add:   # Customise bash cat /boot/config/bash_extra.cfg >> /root/.bash_profile Create the /boot/config/bash_extra.cfg (e.g. with nano)
    • Thanks
    • Like
    9