The zsh tag has no wiki summary.
2
votes
2answers
85 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: ...
1
vote
2answers
48 views
How can I debug a series of piped commands in zsh?
The command
ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6
is not giving any result. Can any one help.
I got this command from an article that maintains (I ...
2
votes
1answer
90 views
how to get ls to list files in case-insensitive order?
How do I get the ls shell command to list my files in:
case-insensitive order
with the directories at the top?
The reason I ask is: I want Aquamacs Emacs dired to list my files and directories ...
3
votes
3answers
199 views
iTerm ZSH - Missing Right Prompt
I'm using oh-my-zsh and iTerm2. I've also enabled the zsh-vim-mode plugin from oh-my-zsh. One of the annoyances I've encountered is my right prompt (RPS1 & RPROMPT) doesn't seem to show up. I'd ...
0
votes
1answer
42 views
How to manually determine version control metadata for Finder?
I have a Scripts folder where I keep Automator actions, Applescripts, and shell scripts. Automator scripts are automatically assigned a version of 1.1.1 it seems. When I make revisions to any of these ...
3
votes
1answer
140 views
Within Terminal, `date` command outputs a curious prefix where it should'n
I am using a Mac Mini running Lion (10.7.5) and zsh 4.3.12 (i386-apple-darwin11.0.1) with oh-my-zsh installed. In the Terminal.app I retrieve the UNIX timestamp using the following command
date +%s
...