-
https://github.com/robbyrussell/oh-my-zsh
“OH MY ZSHELL!” ;)
-
While attempting to build the ZeroVM samples the final sample fails to build. The error message says that zpython must be installed, although I have built zpython. I think it's likely that the zshell …
-
Hey @xiaohanyu! First, thank you: I've been able to spend a bit more time digging into the internals of OME and it is well-thought and well-implemented. Well-done :clap:
So, I am still modifying to…
-
I tried to install with wget command on readme.
```
\033[0;34mCloning Oh My Zsh...\033[0m
Cloning into '/home/semyeong/.oh-my-zsh'...
remote: Counting objects: 7667, done.
remote: Compressing object…
smoh updated
10 years ago
-
Example:
``` bash
$ gen -*all
zsh: no matches found: -*all
```
-
had to add this to my ~/.zshrc to run the rake task:
alias rake='noglob rake'
cf.: [https://github.com/robbyrussell/oh-my-zsh/issues/433](https://github.com/robbyrussell/oh-my-zsh/issues/433)
-
Let's see if it's compatible....
-
While re-installing Ruby via RVM,
```
rvm remove all
rvm install ruby
```
I received the following repeated throughout in my installation output:
```
tee: stdout: Broken pipe
tee: stdout: Broken p…
ghost updated
11 years ago
-
If the terminal starts with custom shell then
occurs loading rbenv.bash instead rbenv.zsh
Because $1 is empty and $SHELL is just default shell, not current
```
shell="$1"
if [ -z "$shell" ]; then
s…
-
Hi,
I'm just switching to zshell from bash and I loved the idea of getting starting with your minimalist prompt. But it doesn't seem to work, at least not with the zshell built-in to OS X Mountain Li…
algal updated
11 years ago