Questions tagged [oh-my-zsh]

oh-my-zsh is an addon to zsh that adds additional functions, autocomplete helpers and themes.

oh-my-zsh is an extension to zsh that adds additional functions, autocomplete helpers, syntax highlighting plugins, and themes. It's hosted on github and is described as:

A community-driven framework for managing your zsh configuration. Includes 40+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, macports, etc), over 80 terminal themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community

285 questions
0
votes
0 answers

when try to cd, tab can not switch different folder options when using oh my zsh

Questions: when try to cd , tab once will show directories options but tap once again ,it will just enter the first folder like this ,not switch between them if I continue press tab , it will just show the content in the first folder How can I…
decay
  • 1
0
votes
1 answer

How to remove whitespace after ZSH_THEME_GIT_PROMPT_MODIFIED and the like

So currently I have this as my ZSH_THEME_GIT_PROMPT stuff: ZSH_THEME_GIT_PROMPT_PREFIX="[ " ZSH_THEME_GIT_PROMPT_SUFFIX=" ] " ZSH_THEME_GIT_PROMPT_DIRTY=" ✘" ZSH_THEME_GIT_PROMPT_CLEAN="…
jamby
  • 101