Questions tagged [oh-my-zsh]

Oh My Zsh is a popular open-source customization library for the Zsh terminal shell.

Oh My Zsh is a popular open-source customization library for the Zsh terminal shell.

950 questions
-1
votes
2 answers

Everytime I open terminal on my Mac I get an /Users/shubh01/.zshrc:source:73: no such file or directory

I recently changed my shell to zsh. After changing my sheel to zsh I tried to install ohmyzsh, it worked good. After that I deleted ohmyzsh after running the uninstall zsh command. Now, whenever I open my terminal on my mac I get the following error…
shubhbhalla
  • 1
  • 1
  • 2
-1
votes
1 answer

long file path is cluttering my mac terminal window when running python in vs code

Im a newbie here. Whenever I run a python script in mac os terminal or in vs code, the generated output floods the terminal window, mostly with full paths of files etc see…
-1
votes
1 answer

How can I create an alias for a function that executes another command?

The command looks like this vim -o `fzf` I need to create an alias for this command. But when I source ~/.zshrc, fzf command gets executed. The alias opens what I already opened using the fzf prompt.
sreejithgp
  • 21
  • 3
-1
votes
2 answers

iterm broken pipe when running tmux from profile command

Getting Broken Pipe when executing tmux command from profile on iterm2. When I execute tmux from command line there is no problem. >echo $PATH…
igx
  • 4,101
  • 11
  • 43
  • 88
-1
votes
1 answer

Oh my Zsh - What is the number in brackets that appears now in my command line?

I have just recently installed oh my Zsh and when I did a number in brackets appeared next to my command line prompt (please see my picture). Could someone please tell me what this number is and how to remove or configure it to something else?
J.Day
  • 103
  • 1
  • 10
-1
votes
1 answer

How to remove color from zsh ls?

I met some problems when configure zsh with oh-my-zsh on MAC OSX. When I type 'ls -l' command, some of the output is blue. I don't know where it's from. I didn't set anything like this: I guess is it from $CLICOLOR, when I 'echo $CLICOLOR' ,it…
Leo
  • 1
  • 1
  • 3
-1
votes
1 answer

Mac is getting slower. Because of pyenv or zsh, bash setting?

Suddenly my terminal is getting slower seriously! I don't know why but I guess the cause is that something wrong pyenv or zsh, bash setting. Here is my pyenv log When I run ls in Terminal(zsh). +_pyenv_virtualenv_hook:1> local 'ret=0' …
DSDS
  • 57
  • 7
-1
votes
1 answer

Command prompt color changes on completion suggestions in zsh/oh-my-zsh

I have a problem that I couldn't find a solution to (maybe I'm just a horrible google user). Anyways: I use oh-my-zsh with a custom theme and one or two plugins, but nothing too fancy. Whenever I double-press tab to bring up the completion…
LeoReentry
  • 81
  • 9
-1
votes
1 answer

ZSH - Oh My Zsh: modify PROMPT

I am trying to modify the PROMPT variable to include some additional information. My current PROMPT also includes git status on the right hand side. It looks like this: ex2 ➤ git:master* …
Arul
  • 303
  • 1
  • 5
  • 16
-1
votes
1 answer

messed up output with installation of oh-my-zsh

I am trying to install oh-my-zsh on my terminal. However, I do not have the privilege to set the default sh to zsh instead of bash. So this command failed: chsh -s $(grep /zsh$ /etc/shells | tail -1) So I thought I can just put exec zsh in…
Junchao Gu
  • 1,815
  • 6
  • 27
  • 43
-1
votes
1 answer

Get ZSH environment variable in Ruby

I've set an environment variable in my ~/.zshrc file and verified that is shows in the terminal with printenv: AWS_ACCOUNT_ID=111111111 AWS_ACCESS_KEY_ID=222222222 AWS_SECRET_ACCESS_KEY=AAAAABBBBBBBBB34B3B3B3B3B3B3B3B3B …
Godzilla74
  • 2,358
  • 1
  • 31
  • 67
-1
votes
1 answer

terminal is garbled after install oh-my-zsh

My terminal show ? after i installed oh-my-zsh. I searched on the internet, and i installed powerline-fonts. But it still shows ?. Help me please. BTW: Theme i'm using is agnoster
Dennis Lu
  • 762
  • 2
  • 9
  • 21
-1
votes
1 answer

bottom custom oh-my-zsh like statusbars for vim

I saw this picture in one of the CodeSchool's Screencast. @GreggPollack has customised his vim to look like one in the bottom picture. I really like this bottom strip and that syntax highlighting for insert and other stuff on bottom command strip.…
abhimanyuaryan
  • 3,882
  • 5
  • 41
  • 83
-1
votes
1 answer

pretty print in mongo shell not working - MongoDB 2.6 + Yosemite + ZSH

I'm running the mongo shell by invoking mongo at the command line. The result is a bland shell experience. I would like to see colored JSON output, etc. I tried running: > db.my_collection.find().pretty() but it didn't work. I also tried adding…
tadasajon
  • 14,276
  • 29
  • 92
  • 144
-2
votes
0 answers

Error on starting create-react-app with oh-my-zsh terminal

When i try to start create-react-project with command npm start in oh-my-zsh terminal, it throws an error like this: Starting the development server... node:events:492 throw er; // Unhandled 'error' event ^ Error: spawn…
MGlower
  • 7
  • 2
1 2 3
63
64