Questions tagged [oh-my-zsh]

Ask Question

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

853 questions

0votes0answers13views

What is wrong my syntax for alias in zsh?

I'm trying to create an alias to get all the containers in a pod in my k8 deployment. The alias works just fine in a Bash shell but in a Zsh shell, the sourcing fails with a no matches found error. I ... user avatar Satya

  • 5
-2votes0answers17views

How to install lsof to mac [closed]

I tried to use lsof command on mac but it gives the following error: zsh: command not found: lsof I tried to install lsof by typing the following several times as last resort: brew install lsof and ... user avatar MrPand

  • 1
0votes1answer41views

Oh my zsh / Iterm2 auto suggestion color is broken?

see screenshot below. Added my .zshrc file also below. export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$... user avatar mike

  • 1,316
0votes1answer17views

add additional custom auto complete to oh-my-zsh plugins

I recently migrated to oh-my-zsh and would like to add additional method besides the default plugin provided auto complete methods. is there a way I can do it? I know I can use alias but that will not ... user avatar Venu

  • 1,145
0votes0answers16views

How to show command history feedback mark on scrollbar?

I am looking how can I show feedback lines for each command I ran in the scroll bar of the iTerm? It shows a red line if the executed command contains error, or a blue line if it was successful (see ... user avatar mdze

  • 71
0votes0answers29views

Oh My Zsh - remove extra space inserted when typing asterisk

Here is the scenario. Let's say I am in a directory ("Downloads") Now I type rm -rf and press the tab key for the list of files to show up. So I get: I press tab again (three times) and ... user avatar vicky

  • 71
0votes1answer30views

(Homebrew-installed) zsh does not to include the right path to "/.../functions" in fpath variable

MacOS User here: I followed the right instructions to set homebrew-installed zsh as my system shell, but when I start a new Terminal window, everything crashes like /etc/zshrc_Apple_Terminal:43: add-... user avatar Giovanni P.

  • 11
0votes0answers31views

How to write this command line?

I'm using oh-my-zsh. I want to make a zsh command mx google.com And have it run the following: dig +short mx $1 And then if I run a p where 'p' stands for "previous" (I'm open to other ... user avatar Tallboy

  • 12.2k
-1votes0answers40views

oh-my-zsh not loading plugins, but theme loads fine

The theme loads fine, I am able to run uninstall_oh_my_zsh, but the plugins don't load, I use the same configuration on a PC running WSL2 and everything works fine My zshrc $ cat ~/.zshrc export ZSH=&... user avatar Rodrigo

  • 685
0votes0answers22views

Git includeIf fonly work for the one inside the directive

I have a strange issue with includeif, the only profile that is working is the one inside the directive, this is my .gitconfig file: [include] path = ~/git-personal.conf [includeIf "gitdir:~/... user avatar Oscar Recio Gonzalez

  • 1
0votes1answer31views

Adding Java home not working on windows ZSH

I have java installed and set up properly and works fine with the normal Windows Powershell. However, I'm trying to make java work with the ZSH terminal and I cannot get it to work. My JAVA_HOME (in ... user avatar Belly

  • 33
1vote0answers37views

Why Iterm2 takes time to show show the home director when I open it for the first time

I am using Item2 with zsh shell, When I open Item2 when I open Item it takes up to 10 seconds to show the home directory, and it shows a log about Xcode? 2022-05-10 18:02:50.016 xcodebuild[1075:8199] ... user avatar Yusuf

  • 799
0votes0answers14views

How do I use different environments in zsh and oh-my-zsh

I want to use different .zshrc and .zshprofile in different environments (or the same effort), how do I do that? user avatar Gao

  • 806
0votes0answers49views

neovim launched to edit command line doesn't use default configuration

I use zsh, oh-my-zsh, neovim, alacritty, and zsh-vi-mode oh-my-zsh plugin. My EDITOR is set to /usr/local/bin/nvim -u /Users/aleksander/.config/nvim/init.lua When I try to edit a command line via vv ... user avatar sumek

  • 25.3k
0votes0answers46views

AWS Profile on command line prompt

A common prompt for the command line is the following: username@host:~$ Here goes your command With oh-my-zsh you can tune the command line with the current git branch and more tuning options and ... user avatar Nicolás Santisteban

  • 317

153050per page

1 2 3 4 557

You Might Also Like