Zsh is a shell designed for interactive use, although it is also a powerful scripting language.
3
votes
1answer
131 views
Disable auto-completion of remote branches in Zsh?
This is related to Disable auto-completion of remote branches in Git Bash?.
Anyone knows how to do the same with zsh?
3
votes
1answer
324 views
Have common alias file between bash, csh and zsh
I use zsh on my personal laptop and bash/tcsh at work and tcsh in school. I've setup git in all locations making it easy to keep them in sync.
I want to know if it's possible to use a common file for ...
3
votes
1answer
227 views
zsh autocorrect, edit option. Possible to bring cursor to the wrong command?
This is only a tiny, tiny gripe I just experienced right now.
zsh will try to autocorrect car someTextFile.txt. Unfortunately zsh suggests xar someTextFile.txt when I really want cat.
When I choose ...
3
votes
1answer
115 views
zsh completion inside quoted strings
Is it possible to configure zsh to suggest filenames (or anything else) inside of a quoted string?
I've seen this thread on bash: Bash TAB-completion inside double-quoted string
But I'm not sure ...
2
votes
1answer
171 views
tmux-powerline is displaying on multiple lines
I posted an issue found at on the github link below, but in short, I can't get zsh to work properly. I'm open to suggestions.
https://github.com/erikw/tmux-powerline/issues/125
2
votes
1answer
117 views
just expand first match file name in tab completion of zsh
There are three files a.pdf, b.pdf, c.pdf, I want to use zsh as
xpdf *.pdf<tab>
# zsh will expand like
xpdf a.pdf b.pdf c.pdf
# I wish
xpdf a.pdf
b.pdf c.pdf #<-- more other option could ...
2
votes
1answer
253 views
ZSH script and prompt profiling?
This answer, "How to profile a bash shell script?", seems to nearly perfectly cover what I'm trying to accomplish here. I currently have some zsh scripts that modify the prompt, however I think some ...
1
vote
1answer
117 views
Search current line in ZSH (vi mode)
How do I search/navigate within the current line in zsh? For example, if the cursor is at the end of the line..
// [] indicates cursor position
user@hostname: vim /etx/apache2/sites-enabled/defaul[t]
...
1
vote
1answer
287 views
zshrc “command not found: npm”
So I'm looking into learning node.js. I've been following this tutorial to install it and try some stuff out.
At any rate, npm is behaving really strangely. It'll work just fine for a while (I ...
1
vote
1answer
73 views
Setting zsh PATH not producing desired order
I'm using Homebrew on Mac OS X 10.8.3. Homebrew wants the /usr/local/bin directory earlier in the PATH than /usr/bin, otherwise system-provided programs will be used instead of Homebrew managed ...
1
vote
1answer
44 views
Autocomplete backslashes in zsh
Is there a zsh script that would allow me to auto complete spaces with backslashes?
For example:
assume there is a folder called "My folder" with a space in between.
If I want to get inside, I
cd ...
1
vote
1answer
31 views
Rename selfdefined function
Having a precmd() that does quite a lot, like checking for VCS information, I want to disable it when I'm navigating on slow mounted network drives.
I came up with the following with which I can say ...
1
vote
1answer
150 views
zsh completion complete unambiguous stem, display multiple matches
Suppose at the command line I type:
cd wi<TAB>
and I have two directories
windows/ wind-tunnel/
I get no response. I would expect
It to complete up to "wind"
print the 2 suggested ...
1
vote
1answer
70 views
How do I put an already running CHILD process under nohup
My question is very similar to that posted in: How do I put an already running process under nohup
Say I execute foo.sh from my command line, and it in turn executes another shell script, and so on. ...
1
vote
1answer
151 views
Square brackets in zsh completion function argument description, possible?
Basically, I'm wondering if its possible to do this:
#compdef foo
_arguments \
'--arg=[Description of --arg [With square brackets in the string!]]' \
without getting an invalid option error due ...
1
vote
1answer
125 views
remap zsh terminal hotkey
I'm using the yadr dotfiles and ZSH on my mac. I use the delimiter "jj" to switch from insert to edit mode in vim, and I did that by putting
imap jj <esc>
in ~/.gvimrc. However, zsh / yadr ...
2
votes
0answers
150 views
using zsh shell to install ruby-2.0.0-195 doesn't work
sorry this is my first time to post my question here. I am currently using zsh shell and I keep having trouble with installing ruby. While I run rvm install ruby-2.0.0-p195, it shows the error message ...
2
votes
0answers
54 views
zsh in IntelliJ
I wanted to get a zsh terminal running in IntelliJ, I set up an external tool which was just zsh and set the working directory to my home directory. When I ran it however there were 2 problems ...
2
votes
0answers
99 views
Shel script to open a link in currently running browser with urxvt click
I created simple shell script:
#!/bin/zsh
URL=$1
function findBrowser {
processName=$1
ps ax | grep "$processName" | grep -v grep | wc -l
}
CNTFF=`findBrowser "firefox"`
CNTCH=`findBrowser ...
1
vote
0answers
24 views
Navigating list choices with vi bindings in zsh
I have recently migrated to zsh from bash and I'm loving it so far :)
I'm mostly use vi bindings to edit the commands and search the history.
Is there a way to navigate the auto-completion options ...
1
vote
0answers
115 views
Emacs multi-term not displaying special characters correctly
This is odd. I have defined the following prompt in zsh:
local user_host='%{$terminfo[bold]$fg[green]%}%n @ %m%{$reset_color%}'
local current_dir='%{$terminfo[bold]$fg[blue]%} %~%{$reset_color%}'
...
1
vote
0answers
79 views
Jasmine command not found
I am using zsh (with oh-my-zsh) and rbenv: both installed through homebrew.
I am attempting to get jasmine to run in a standalone app. After installing the jasmine gem
gem install jasmine
I ...
1
vote
0answers
156 views
Using zsh's compdef or compctl to complete a certain directory with _hosts for all commands
I use afuse to automount other hosts to my local file system with sshfs. Like so:
afuse -o timeout=30 -o mount_template=sshfs -C %r:/ %m -o unmount_template=fusermount -u -z %m ~/remote/
This works ...
1
vote
0answers
224 views
How to set iterm2 tab title to that of a running tmux session name?
i know tmux display-message -p '#S' will display the current tmux session name, but i donno how to set the current tmux session name to the iterm2 tab title?
This would really help me to distinguish ...
1
vote
0answers
526 views
ZSH and Oh-My-Zsh local environment mapping?
I used Bash Shell for a long time and recently switched to ZSH because of the greatness of the project O-My-Zsh.
I have no problems how to use the zsh but setuping the local environment. I am ...
1
vote
0answers
303 views
Vim and Quickfix - Double output - rails.vim help needed
I have used Vim for 2 days now - so I'm a newbie. I'm really stuck on this problem.
When I run some commands the output is displayed twice: first in the terminal, and the in the Quickfix window (is ...
0
votes
0answers
17 views
How can I reverse the history numbering?
I am a unix addict, and many of the machines I use (at home and at work) are now quickly passing the 10,000 command mark. I like to keep all of the commands I issue readily available which is why I ...
0
votes
0answers
41 views
bash/zsh: which files get loaded at login?
Today when I checked my $PATH variable in Z shell (on OS X 10.8.3), I got the following result (I broke the lines for clarity):
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:
...
0
votes
0answers
21 views
ZSH cloudapp command not working
I've installed cloudapp_api multiple times with:
sudo gem install cloudapp_api
I just get this tho when running cloudapp wat.jpeg
"You need to install cloudapp_api: gem install cloudapp_api"
I ...
0
votes
0answers
31 views
grml's zsh config - multiline command re-echoing
I installed grml's configuration files and something in those files seems to be causing
multiline commands to re-echo themselves before executing. For example
user@machine ~ % cat << EOF
...
0
votes
0answers
48 views
Tmuxinator, RVM command not found
I'm using tmuxinator and rvm, but have encountered a strange issue:
~|⇒ rvm -v
rvm 1.19.0 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> ...
0
votes
0answers
24 views
How can I use the correct rbenv Ruby version with Emacs' shell-command?
Here is my current setup:
MacBook with Mountain Lion
Emacs is http://emacsformacosx.com/
rbenv with global 1.9.3-p374
Login shell is zsh
My ~/.zprofile (I am certain that the file gets executed):
...
0
votes
0answers
27 views
ZSHconfig alias - trying to copy contents of file into clipboard
I want to use a ZSH alias to copy the contents of a text file onto my clipboard so I can paste it into a browser.
Here's what my alias is in .zshrc
alias directions_home="cat ...
0
votes
0answers
18 views
Adding “exceptions” to a symlink maker/generator
This is my current script that generates the symlinks (which I use with new OS installations):
https://github.com/Greduan/dotfiles/blob/master/scripts/symlinks.sh
There is only one problem with this ...
0
votes
0answers
38 views
Completion for Hadoop command in zsh
I love the tab completion feature in zsh. But when I use hadoop command, it seems do not work anymore. So is there any idea to auto-completion for hadoop command in zsh?
Many thanks.
0
votes
0answers
66 views
tmux highlight current pane and mouse not responding
I have tmux 1.7 on MacOSX and I need a way to highlight the current pane.
I found this http://superuser.com/questions/547883/tmux-current-pane-border-not-obvious and tried everything that says there ...
0
votes
0answers
139 views
ImageMagick randomly making images too dark or turning them black and white
Recently I made a rotating wallpaper script, for the most part it works very well, but occasionally one of the images will be suddenly black and white or too dark. It doesn't seem to matter which ...
0
votes
0answers
58 views
I can't use zsh alias command from ipython
I found that I couldn't use alias command for zsh to work in ipython like ! alias_command but ! system_command did work . Who can help me with this ? Also ,the self-defined function in .zshrc ...
0
votes
0answers
92 views
ZSH Terminal Emulator Compatibility
Konsole is my preferred terminal emulator. I have managed to display most characters used in themes from oh-my-zsh by switching the character set to UTF-8. Now I just have the issue of the cursor not ...
0
votes
0answers
47 views
Escaping a percent symbol in zsh
How would I add a percent symbol to a variable in zsh?
export number_e164='%2B12125551234';
echo $number_e164;
Returns
1m12125551234%2B12125551234
on my machine.
This article suggests using two ...
0
votes
0answers
41 views
Is it possible to have the same prompt and profile settings across both Bash and Zsh shells?
I start to get itchy when my code isn't DRY, and for various reasons, I jump back and forth between Bash and Zsh. Instead of copy/pasting between multiple profiles, is there a way to point to a ...
0
votes
0answers
259 views
Completion for virtualenvwrapper in zsh
I would like to set an alias so that I can switch to a virtualenv and go to a folder with the virtualenv's name in my home folder.
For example, with a virtualenv named dummy, I'd like to be able to ...
0
votes
0answers
37 views
Attempt --help autocomplete for option args
All,
I would like to use the built in --help ability of zsh auto-completion. However, the manual only explains how to do this for individual commands:
compdef _gnu_complete ln
I don't want to ...
0
votes
0answers
60 views
zsh: completion menu. How to place common part of names?
I have completion menu configured in my zsh. It works great, no problem.
Now I want to make my zsh act like that:
Let's say there are 3 files in a directory:
somefile_first
somefile_second
...
0
votes
0answers
48 views
zsh not always expanding path
If I type rpm --root=/ in ZSH and then press TAB nothing happens. This works for a lot of other commands. How can I make ZSH always expand the path like in BASH?
0
votes
0answers
91 views
zsh without terminfo.so
On RHEL 6 the zsh package does not include terminfo.so which I use in my .zshrc (stolen from the internet) :
autoload colors zsh/terminfo
if [[ "$terminfo[colors]" -ge 8 ]]; then
colors
fi
for ...
0
votes
0answers
115 views
Using ZSH as my shell and rspec “guard” doesn't have syntax highlighting
I can't figure out why ZSH won't apply the proper highlighting when I run guard. It stays the default terminal color. Everything else highlights appropriately and I'm using this exact same theme ...
0
votes
0answers
141 views
git aliases fails : 'Not a directory'
Specifically on one of my machine (a Fedora), whenever I try to use one of my git aliases defined in ~/.gitconfig file it yells : 'fatal : canno't exec 'git-myalias' : Not a directory'
I've already ...
0
votes
0answers
157 views
Emacs like undo in zsh
I'd like to have the standard Emacs key binding \C-/ for undo also in zsh. Unfortunately, this:
bindkey '^/' undo
does not work (tried also different ways to escape it). The read utility can not ...
0
votes
0answers
215 views
Using zsh completion outside zsh
What is the best way to use zsh completion outside zsh? I know that I can redefine compadd builtin with custom function and parse its options, but is there a better way?
I want to add omni completion ...

