Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

.zshrc incorrect line 46 #977

Closed
joksik opened this issue Mar 30, 2020 · 1 comment
Closed

.zshrc incorrect line 46 #977

joksik opened this issue Mar 30, 2020 · 1 comment
Labels
bug Bugs and errors

Comments

@joksik
Copy link

joksik commented Mar 30, 2020

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.

@joksik joksik added the bug Bugs and errors label Mar 30, 2020
erazemk pushed a commit that referenced this issue Mar 30, 2020
@erazemk
Copy link
Member

erazemk commented Mar 30, 2020

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.

@erazemk erazemk closed this as completed Mar 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Bugs and errors
Projects
None yet
Development

No branches or pull requests

2 participants