oh-my-zsh is an addon to zsh that adds additional functions, autocomplete helpers and themes.
2
votes
4answers
52 views
0
votes
1answer
30 views
Weird behavior when sourcing .zshrc
I'm using zsh 5.0.2 (x86_64-apple-darwin12.3.0) on the latest MacOSX. If it makes any difference, I have also enabled oh-my-zsh.
The shell seems to be missing the .zshrc file when I want to source ...
3
votes
2answers
103 views
Preventing zsh from using aliases in CWD (prompt)
I have the following personalized theme activated with oh-my-zsh (latest version of zsh and oh-my-zsh):
local return_code="%(?..%{$fg[red]%}%? %{$reset_color%})"
local ...
0
votes
0answers
19 views
difference between omz “plugins” and “themes”?
What exactly is the difference, operationally, between plugins and themes in oh-my-zsh? I.e. how would things break (if at all) if a plugin were instead put among the themes, or a theme among the ...
3
votes
1answer
57 views
Per-directory history in zsh
I am happily using zsh since a while now, and I am quite satisfied with my history settings, which are:
# Write to history immediately
setopt inc_append_history
# History shared among terminals
...
0
votes
1answer
131 views
oh-my-zsh theme doesn't seem to update unless I re-launch zsh
I've begun making my own oh-my-zsh theme, but I've run into a bit of a problem. I'm trying to change the color of the git output based on the name of the branch, and it works fine except for one ...
5
votes
1answer
576 views
What is the key difference between grml zsh config and oh-my-zsh config
Now I'm on the oh-my-zsh, but I'm not sure that it is perfect choice. What is the key difference between grml zsh config (github repo) and oh-my-zsh config? In which case should I prefer grml or ...
2
votes
1answer
581 views
Weird autocomplete behaviour in ZSH / oh-my-zsh for directories that don't exist
UPDATE 3 I've worked out that these annoying autocomplete options are actually usernames. I.e. they exist in /etc/passwd I have users such as _kadmin_admin and _kadmin_changepw and many others ...
1
vote
3answers
204 views
How to append / extend zshell completions?
I am using zsh with oh-my-zsh. Unfortunately, oh-my-zsh does not use file ~/.ssh/config for hostname auto-completion (see Issue #1009, for instance).
This could easily archived by the following code:
...
2
votes
1answer
109 views
Change completion behaviour with brace expansion in zsh
I have got used to using tab-autocompleting inside braces without expanding in zsh. This was possible, while I used zsh with a basic grml-config. Since I migrated to oh-my-zsh, I can't reproduce this ...
2
votes
1answer
399 views
oh-my-zsh completion on home directory names
I recently switched to zsh from bash, and I'm using oh-my-zsh. There's a completion behaviour I don't want: in any directory, the list of autocompletion candidates seems to include the names of all ...
1
vote
1answer
273 views
Colors not rendered correctly in oh-my-zsh themes
I'm trying to use colors in oh-my-zsh themes. It works fine on my home computer (ubuntu), but in a work computer (Scientific Linux i.e. Enterprise linux) the prompt colors are actually spelled out. ...
11
votes
1answer
823 views
How to disable autocorrection for sudo [command] in zsh?
I have zsh and oh-my-zsh with default values and can't figure out how to turn off autocorrection for specific commands, that I often use, such as: sudo mc or sudo gem update. The thing is that I have ...
0
votes
1answer
349 views
How to disable autocompletion for sudo …?
I am new to zsh and I like it a lot, especially with oh-my-zsh plugin. I installed oh-my-zsh with its default values and can't figure out how to turn off autocompletion for specific commands, that I ...
1
vote
1answer
865 views
Terminal does not source .zshrc with custom colors for ls and cd command
I customized the directory and file colors for ls and cd + TAB. Here is my configuration.
My configuration
My system environment.
Ubuntu 10.10
zsh 4.3.10 (x86_64-unknown-linux-gnu)
oh-my-zsh // ...
2
votes
2answers
769 views
Errors after installing oh-my-zsh
I just tried to install oh-my-zsh. I get the following error when I try to run rvm:
zsh: command not found: rvm
I also get the following error when I try to open a new tab:
...
4
votes
0answers
163 views
zsh: how to fix tab completion so it doesn't hide entries?
I'm using oh-my-zsh on Mac OS X with homebrew'ed zsh 4.3.12. I stumbled recently on a weird problem. In scripts/not-used I have several .R files:
breakdowns.R eventloop.R ...