Tagged Questions
0
votes
3answers
407 views
What this line means in oh-my-zsh?
In the oh-my-zsh's upgrade tool, I found this line(line 2):
current_path=${current_path/ /\\ }
What it did?
Additionally, this line works on mac, but on my ubuntu server it output a error says:
...
1
vote
2answers
397 views
Pythonbrew install ZSH on Ubuntu
Can anyone shed any light on how to have pythonbrew / pythonz install when my shell is ZSH. I am on ubuntu 12.04.
I have followed the standard install of curl and then adding the line to ~/.bashrc ...
0
votes
1answer
113 views
How to instruct Capistrano to use ZSH instead of BASH?
On a deployment server we have ZSH set as the default shell for the deployment user. On login this works fine, however when cap deploy is run, it appears to be executing bash instead of zsh as it has ...
0
votes
1answer
480 views
Adding a new entry to the PATH variable in ZSH
I'm using zsh and I'm trying to add a new entry (/home/david/pear/bin) for the PATH variable but I don't know how.
Here's my .zshrc file (Ubuntu 12.04)
# Set up the prompt
autoload -Uz promptinit
...
3
votes
1answer
282 views
zsh tab completion bug on ubuntu
I'm getting a really annoying bug here:
% git s<TAB> becomes
% git sgit s
send-email -- send collection of patches as emails
send-pack -- push objects over git protocol to another ...
2
votes
0answers
1k views
Can't use “which mysql” in zsh, but in bash work [closed]
After Upgrade to Ubuntu 12.04 LTS, and install mysql server 5.5, I Can't use "which mysql" in zsh, but in bash work!!
Here is my echos:
ZSH:
$ whereis mysql
mysql: /usr/bin/mysql ...
0
votes
2answers
154 views
What is ZSH's "compadd' equivalent in linux bash?
What is ZSH's "compadd' equivalent in linux bash? What should I use instead?
Thanks
10
votes
6answers
5k views
E185: Cannot find color scheme solarized
I have Solarized installed via pathogen and it's been working fine in both terminal and MacVim on my Mac. Today, I tried setting up an Ubuntu box on Linode. I just cloned my dotfiles and symlinked to ...
1
vote
1answer
625 views
Fix key settings (Home/End/Insert/Delete) in .zshrc when running Zsh in Terminator Terminal Emulator
I'm running Ubuntu 11.04. I installed the Terminator Terminal Emulator 0.95, and Zsh, version 4.3.15.
I have (commonly known) problems with my keys inside the Zsh. At least these:
Home/End, nothing ...
2
votes
1answer
1k views
Rails3 RVM and zsh
I'm using Ubuntu 10.10 64bit and have just switched over to using ZSH today. After I logged out and back in to load the new zsh I experienced this problem:
...
1
vote
1answer
198 views
Command as window's name in Ubuntu's ZSH
How can you convert the following command for Ubuntu's ZSH?
DavidPashley's command for Bash
trap 'echo -e "\e]0;$BASH_COMMAND\007"' DEBUG
if [ "$SHELL" = '/bin/bash' ]
then
case $TERM in
...
8
votes
2answers
4k views
To get colors to Less in Ubuntu's Zsh
How can you get similar highlightings to Zsh's Less than Bash's Less in Ubuntu?
I switched from OS X to Ubuntu. My Less do not work as expected in Zsh.
Manuals in my Less are green and black with or ...
0
votes
2answers
116 views
Unable to have '0700'-protected programs startable at login in Zsh
I have the following code which should put programs startable in Bash.
if [ "`uname`" = "Darwin" ]; then
compctl -f -x 'p[2]' -s "`/bin/ls -d1 /Applications/*/*.app
/Application:/*.app | sed ...