Zsh is a shell designed for interactive use, although it is also a powerful scripting language.
0
votes
1answer
202 views
ZSH not recognizing my aliases?
Using iTerm2 with zsh and it isn't recognizing my aliases. Sometimes I have to work in an IDE and can't just easily vim something and the stupid people thought it a good idea to name their ...
1
vote
1answer
152 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 ...
2
votes
1answer
59 views
In zsh pass hash as parameter
What is the correct / idiomatic way of passing a hash to a function?
I have sort of hit upon this but am not sure how clean this is or if there any pitfalls.
typeset -A hash
hash=(a sometext b ...
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
0
votes
1answer
87 views
ZSH history-incremental-search-backward indents cursor
I've just started using ZSH with Cygwin/rxvt today (along with a default install of oh-my-zsh), and I'm noticing the reverse history search has a little quirk which is bothering me quite a bit. The ...
0
votes
2answers
96 views
different behavior of which command in zsh and bash
By using zsh for some time along with oh-my-zsh framework, I noticed that which command behaves different in zsh, than in bash.
What I mean:
# on zsh
ilias@ilias-pc ~ ➜ which ls
ls: aliased to ls ...
0
votes
1answer
161 views
How to fix zsh: correct 'deploy' to '_deploy' [nyae]?
I am playing around with Octopress/github pages. When I type rake deploy, the terminal always outputs zsh: correct 'deploy' to '_deploy' [nyae]?. I enter n.
What do I need to do in order not to ...
1
vote
2answers
114 views
zsh overzealously trying to correct feature to features
I am using git and zsh. Our boss is using git-flow. Zsh keeps asking me if I mistyped 'features' as 'feature'. A colleague stopped using zsh out of fury for this very reason, we must fix this problem ...
0
votes
1answer
153 views
Zsh PROJECT environment variable
I've been trying to find out how to set the directory for a rope project for ropevim to find automatically (I still haven't succeeded in this), and in doing this I have discovered the $PROJECT ...
3
votes
1answer
41 views
zsh read -q broken on OSX?
I'm running % read -q, and then typing a single character which isn't y, Y or n. However, the value set in $REPLY isn't n, it is the character I typed.
The documentation for read -q explicitly says:
...
1
vote
1answer
78 views
How to write zsh alias for pushing new branch from current local branch?
Right now when i commit and want to push and create remote branch I did:
app_folder (some_branch)> git push -u origin some_branch:some_branch
Is there a way to write zsh alias ex: gpu which get ...
1
vote
2answers
75 views
How to separate string into shell arguments?
I have this test variable in ZSH:
test_str='echo "a \" b c"'
I'd like to parse this into an array of two strings ("echo" "a \" b c").
i.e. Read test_str as the shell itself would and give me back ...
1
vote
3answers
264 views
Cannot source autojump script with zsh on archlinux
autojump on ArchLinux for some reason is not working in zsh.
Although If I switch to bash it works fine.
$ sudo pacman -S autojump
autojump: does not work on zsh
$ source ...
0
votes
2answers
117 views
Running one command at a time in a shell script
I am using Mac OS and zsh. I am running a shell script that launches several Java programs. They terminate once they have created their output (they are essentially scripts). However, it seems that my ...
0
votes
1answer
674 views
oh-my-zsh themes don't show properly (background stays white)
I am trying to figure out why my oh-my-zsh themes don't work properly. The colors show up properly, but background stays white (with black text). below is my /.zshrc file and current path variable:
...
0
votes
2answers
53 views
zsh: using “less -R” as READNULLCMD
Now, I'm pretty sure of the limitation here. But let's step back.
The simple statement
READNULLCMD="less -R"
doesn't work, generating the following error:
$ <basic.tex ...
0
votes
1answer
307 views
ZSH RPROMPT weird space?
Here is my ZSH prompt theme
function git_prompt_info() {
ref=$(git symbolic-ref HEAD 2> /dev/null) || return
echo ...
1
vote
3answers
203 views
Filtering ZSH history by command
I was told that in ZSH you could do something like command and then when you hit up it would filter the history based on the given command. But when I try this it just cycles the history like bash ...
0
votes
1answer
278 views
Adding directory to the path in .zshrc [closed]
I have been on this issue for a couple days now. I use zsh and need to set a directory path so that the command i use will be recognized. Following these steps so far:
cd ~
ls -al
ls -al shows me ...
0
votes
2answers
67 views
Adding new directory to the $PATH
In order to run new web application using ringojs, it's recommended to add the ringojs bin directory to your PATH environment variable, so i tried like so:
echo 'export ...
0
votes
1answer
264 views
Zsh Mac OSx Mountain Lion vim promt
I am wondering if anybody is able to get the vim prompt working properly using Mac OSx Mountain Lion the latest version. I am able to edit in vim mode on the command line but I have seen with zsh ...
3
votes
1answer
111 views
Confusing ZSH glob
I am having trouble understanding the following glob:
${^fpath}/_git-*~(*~|*.zwc)(.N)
${^fpath} expands the fpath array, (.N) limits matches to regular files and sets the NULL_GLOB option. So far ...
0
votes
1answer
117 views
How to use packages installed via easy_install in zsh?
I use OS X (Mountain Lion) and ZSH. I can use easy_install to install some python packages but if I want to use the command in my ZSH afterwards I just get something like this:
zsh: command not ...
0
votes
1answer
60 views
zsh: Unable to bind ^q or \M-q in vi mode
My .zshrc file contains the line
bindkey -v
I'm attempting to bind ^q or \M-q to push-line, e.g.
bindkey "^q" push-line
but for some reason it isn't working.
Running `bind key -v' confirms
...
5
votes
2answers
606 views
Ruby Rbenv tries to run Zeus from Bundle despite it being a global gem (Using ZSH)
(Update: Problem caused by zsh, see accepted answer)
Long ago, I followed this great guide to using Rbenv with bundler https://gist.github.com/1384279 and all was well in Ruby Land. (I installed it ...
0
votes
1answer
49 views
I switched to zsh but now less -S continues to wrap lines; how do I get the expected behavior?
I switched to zsh recently, but now when I use less -S, it won't chop lines. This is quite frustrating as I use less to look at wide data tables quite often. Any idea how to fix the issue?
Thanks!
...
0
votes
1answer
186 views
How can I define custom colors for use in ZSH prompt?
I'm having some difficulty configuring my zsh prompt. Specifically I would like the font to have the color defined by the hex code: #87afdf
Currently, I've set up the prompt as follows:
...
1
vote
3answers
123 views
How can I forward bash/zsh arguments to another shell
I'm working on a system with a lot of tcsh configuration scripts, requiring me to run most programs through tcsh. I've attempted to make this easy for myself by adding this to my ~/.zshrc:
# run ...
0
votes
4answers
155 views
Sync shell script fails on ls when file not found
I have written a shell script to sync my dotfiles repository to my home directory. This was working fine in Cygwin (zsh), but I've just migrated to Linux (zsh on Xubuntu 12.10) and it's failing.
The ...
5
votes
1answer
681 views
zsh compinit: insecure directories
What does it mean and how can I fix it ?
zsh compinit: insecure directories, run compaudit for list.
Ignore insecure directories and continue [y] or abort compinit [n]?
Running the copmaudit ...
0
votes
1answer
49 views
Enter doesn't work when interactive command is launched in shell
After some actions in term enter stops working in with interactive commands in shell - I am still able to launch a command but if the command requires additional inputs line break is inserted at '^M'.
...
0
votes
1answer
73 views
For loop in terminal
I have a script which I need to run with many input combinations. Currently I'm doing it with a perl script but I want to learn how to do it in a shell.
I need to run ./script.pl a b
for all ...
0
votes
1answer
163 views
Mac Terminal return to basic theme [closed]
I thought it was a good idea to mess around with my terminal and install a lot of things I didn't know on to it. I have come to my senses are need to restore it so it is clean like the day I got it. I ...
0
votes
1answer
24 views
access elements of a directory by ID in zshell
I would like to know, whether it is possible to access the elements which "ls" returns by an ID additionally to their name. I am using z-shell.
What I am thinking of is something like the following
...
1
vote
2answers
111 views
Shell equivalent of Perl's die
Is there a shell equivalent (in either bash or zsh) of Perl's die function?
I want to set the exit code and print a message in a single line. I know I can make my own simple function but I'm kind of ...
0
votes
1answer
95 views
Error when trying to execute Sass script via Zsh terminal on Mac OS X
I've recently switched over from using the Bash command prompt to Zsh on Mac OSX.
Problem I have using Zsh is that the command I would use to watch Sass files no longer works.
The script file I ...
1
vote
2answers
71 views
How do I keep functions/variables local to my zshrc?
Any variable that I declare in my zshrc is available in the shell as an evironment variable. I don't want this to happen.
I tried putting the variables in a function and setting them as local, but ...
0
votes
2answers
252 views
zsh run a command stored in a variable?
In a shell script (in .zshrc) I am trying to execute a command that is stored as a string in another variable. Various sources on the web say this is possible, but I'm not getting the behavior i ...
2
votes
0answers
100 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
1answer
156 views
What is %~ (percent tilde) in ZSH?
I'm trying to customize this oh-my-zsh theme.
I found this piece of code in it, which apparently prints the dir name (correct me if I'm wrong).
# Dir: current working directory
prompt_dir() {
...
0
votes
1answer
88 views
function defined in .zshrc not found when called from a script
I have defined some variables, aliases and functions in my .zshrc file:
export MY_VAR="example"
alias my_alias="echo an example"
function say_hello
{
echo "say hello"
}
I have verified that ...
1
vote
2answers
44 views
Shell script runs when using the command: ./script, but not the command: script, where PATH=.:'usr/bin':etc
I'm running Zsh, with my current directory in my path, but the script doesn't run when used without ./
Read these statements executed in my terminal to understand the context (the » is my shell ...
4
votes
1answer
318 views
ZSH history completion menu
Zsh autocomplete is amazing, but I cannot configure one thing properly:
I want zsh to offer me a list of commands from history.
I know that I can search the history with Ctrl+R, but I want ...
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. ...
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 ...
2
votes
2answers
120 views
Shell script for wallpaper with average for background color
Awhile ago I wrote a script for automatically changing wallpapers for my multimonitor setup. I wanted to change it so that the color that fills the extra space is an average of the images, but it just ...
1
vote
1answer
28 views
How do I dynamically select a completion function in zsh?
Say I have a script foo which can be called as:
foo git clone http://example.com
or as:
foo print 12
etc.
How can I make a compdef that delegates to $argv[0] here to allow it to handle ...
1
vote
1answer
505 views
Custom Oh My Zsh theme: long prompts disappear / cut off
I had a go at making my own Oh My Zsh theme earlier. All is well, except when I type long lines in the prompt (any longer than the line seen below), the line disappears. The line re-appears if I ...
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
3answers
140 views
Find and delete all symlinks in home folder, having trouble making it work
I have the following:
read -p 'Delete old symlinks? y/n: ' prompt
if [ $prompt == [yY] ]
then
current_dir=$(pwd)
script_dir=$(dirname $0)
if [ $script_dir = '.' ]
then
...
