privacy-guides
privacy-guides copied to clipboard
How to spoof MAC address and hostname automatically at boot on macOS
Branch
master
Guide
How to spoof MAC address and hostname automatically at boot on macOS
Operating system and version
macOS BigSur 11.6
Description
when I enter: source ~/.zshrc This happen: /Users/johndoe/.zshrc:export:6: not valid in this context: /Users/johndoe/.zshrc
What I have to do ?
Thanks in advance
It seems to complain about the export from this step
echo 'export PATH=$PATH:/usr/local/sbin' >> ~/.zshrc
Can you paste the content of your .zshrc
here so maybe we can figure out what the problem is?
Hey @mwmcode, thanks so much for helping out!