Oh My Zsh is a popular open-source customization library for the Zsh terminal shell.
853 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Unanswered (my tags)
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 ... oh-my-zsh zshrc zsh-alias
Satya
- 5
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 ... macos shell terminal oh-my-zsh lsof
MrPand
- 1
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 "$... ruby-on-rails ruby zsh oh-my-zsh iterm2
mike
- 1,316
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 ... zsh oh-my-zsh
Venu
- 1,145
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 ... zsh oh-my-zsh iterm2
mdze
- 71
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 ... zsh oh-my-zsh zsh-completion
vicky
- 71
(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-... shell zsh oh-my-zsh
Giovanni P.
- 11
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 ... command-line zsh oh-my-zsh zshrc
Tallboy
- 12.2k
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=&... macos zsh oh-my-zsh
Rodrigo
- 685
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:~/... git macos oh-my-zsh
Oscar Recio Gonzalez
- 1
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 ... java windows oh-my-zsh
Belly
- 33
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] ... xcode oh-my-zsh iterm2
Yusuf
- 799
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? zsh oh-my-zsh
Gao
- 806
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 ... zsh neovim oh-my-zsh
sumek
- 25.3k
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 ...
amazon-web-services command-line zsh oh-my-zsh
Nicolás Santisteban
- 317
153050per page