zsh icon indicating copy to clipboard operation
zsh copied to clipboard

🧛🏻‍♂️ Dark theme for ZSH

Results 10 zsh issues
Sort by recently updated
recently updated
newest added

I wanted to remove the arrow in my configuration by setting `DRACULA_ARROW_ICON=""`, however, the current behavior always inserts a space between the arrow and the current working directory. I moved...

Hi team, I met a segmentation fault and the description is attached below: ```shell dracula_defwidget:2: bad pattern: prev=(zle ➜ ~ Segmentation fault ``` My machine is a nfs and dracula...

Replaces "✔" (heavy check mark) with "✓" (check mark) to match up with "" (✗) ([not-heavy] ballot x) character used for Git prompt.

As per the discussion and solutions provided around here: https://github.com/dracula/zsh/issues/11#issuecomment-1429361016 The instructions for manual install and git install as they are on https://draculatheme.com/zsh right now don't work for me and...

Hello , I just happened to use dracula themes for my ubuntu OS and i really liked it especially with file icons and windows being black but as i was...

I want to ask what font the illustration is, but I don't know if it can be used in windows terminal

Symbolic links don't work on Ubuntu 22.04.2 and the folder `/lib` is required. Instructions updated to reflect these observations. > If you're fixing a UI issue, make sure you take...

When `$DRACULA_ARROW_ICON` begins with an unescaped `-` character, it will be read as a command line flag by the `print` command. This causes the error `dracula_arrow:print:2: bad option: -> `...

docs say > ln -s $DRACULA_THEME/dracula.zsh-theme $OH_MY_ZSH/themes/dracula.zsh-theme but that didn't work in latest mac OS as of 14.4.1 > echo $ZSH works though with a response of ``` /Users/coltonidle/.oh-my-zsh ```...

- Update OMZ links to the correct url - Simplify the git install instructions - Use `$ZSH_CUSTOM` as the proper install location - Link to OMZ's documentation on customization -...