About 28 results
Open links in new tab
  1. autocomplete - oh-my-zsh history completion - Super User

    I wanted the same behaviour for zsh with oh-my-zsh installed and found plugin history-substring-search. I achieved the same behaviour described above by adding the plugin to my ~/.zshrc: plugins=(git …

  2. mac - zsh starts incredibly slowly - Super User

    Jan 24, 2011 · ZSH takes about a second and a half from creating a new terminal window to being ready. I'm pretty sure that the culprit is compinit. I haven't been able to find good documentation on …

  3. How to get bash-style autocompletion in zsh, (for git command)

    Apr 18, 2016 · I switched to zsh and find it better than bash, but I have a problem with oh-my-zsh 's (hereafter " OMZ ") autocomplete feature. When I type git chec, OMZ completes that to git check; in …

  4. OhMyZsh causes cd to push to dirs stack. How can I revert it to ...

    Mar 28, 2024 · # HYPHEN_INSENSITIVE="true" # Uncomment one of the following lines to change the auto-update behavior # zstyle ':omz:update' mode disabled # disable automatic updates # zstyle …

  5. bash - How to setup zsh to append history to a file named dynamically ...

    Oct 27, 2020 · My biggest sticking point moving from bash to zsh is the history configuration. Using oh-my-zsh there is a history.zsh file in #ZSH/lib that I found (I think) can be disabled via unsetopt …

  6. oh-my-zsh: iconv: iconv_open(, -t): Invalid argument - Super User

    May 27, 2024 · @user1934428, I'm not sure if the comment is directed towards me or the OP but you're right to point that out. I edited the OP and also tagged oh-my-zsh. Additionally, I recently came …

  7. Add timestamp to oh-my-zsh robbyrussell theme - Super User

    Jul 22, 2015 · I want to add a timestamp to my command prompt in oh-my-zsh. This is the current theme prompt (robbyrussell):

  8. linux - How to automatically load multiple SSH keys on ZSH and ...

    Jan 23, 2024 · I'm trying to have my SSH keys loaded automatically when I start my computer (I'm running Archlinux). At the moment I have to use ssh-add [PATH]. I use ZSH, Oh my ZSH and …

  9. /usr/bin/id: fork: Resource temporarily unavailable - Super User

    Jun 18, 2012 · /usr/bin/id: fork: Resource temporarily unavailable Any idea how to fix this? I'm running on Mac OS X Lion and zsh. Let me know if you need any additional details. Not sure when this started, …

  10. What is the right way to set the $PATH variable in .zshrc

    Maybe my answer to another question might give you some further information on how to set your PATH variable effectively.