Satcomer
In Geostationary Orbit
In 10.7.x Apple decided to hide you own Library folder. So to change this behavior is an easy /Applications/Utilities/Terminal command:
To change it back to hidden just type the terminal command:
You can copy & paste these commands in Terminal.
Code:
chflags nohidden ~/Library
To change it back to hidden just type the terminal command:
Code:
chflags hidden ~/Library
You can copy & paste these commands in Terminal.