AnarchyLinux / installer

Anarchy Linux - A simple and intuitive Arch Linux installer. https://anarchyinstaller.org/
GNU General Public License v2.0
1.22k stars 157 forks source link

.zshrc incorrect line 46 #977

Closed joksik closed 4 years ago

joksik commented 4 years ago

hello today i install fresh verion v1.0.10 and after install when I switch between accounts "my account" and "root" or when i log into console i have always messages that line 46 "hostname" is wrong in file .zshrc so i remove back quote leave leaving only "hostname" now it`s works without error.

erazemk commented 4 years ago

Fixed.

@joksik, change the line to HOSTNAME="$(hostname)", so it can read the hostname from the system, otherwise you're setting the HOSTNAME value to the literal word hostname, which is probably not what you want.