Tagged Questions
2
votes
2answers
81 views
Change default shell from bash to zsh
I've tried to switch my default shell to zsh, using chsh:
chsh -s /bin/zsh
and:
chsh -s `which zsh`
Both commands ended with:
Changing shell for adamatan.
Password for adamatan:
chsh: ...
0
votes
0answers
114 views
How to toggle closeViewZoomFollowsFocus in com.apple.universalaccess via shell script with instant activation?
I created a Service with Automator on a Mac running "Lion 10.7.3". The Service toggles via a shell script the visibility of hidden files in the Finder and works like a charm. Here's the script:
...