HAMNET-Access-Protocol / HNAP4PlutoSDR

Main transceiver application
GNU Lesser General Public License v3.0
29 stars 5 forks source link

Show hostname in Shell prompt #52

Closed dl1com closed 3 years ago

dl1com commented 4 years ago

To easily distinguish to which system we are connected to, show the hostname in the shell prompt.

Hint: It's an ash shell, so it should be sufficient to provide /root/.profile with the desired PS1 setting (e.g. \u@\h \W \$)