Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janjoswig authored Nov 22, 2019
1 parent e3005e6 commit 15aec23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ Ducula - A zsh-theme inspired by the Dracula project

Prompt features
---------------
* Job status: Indicates if jobs are running in the background (idea from agnoster theme)
* Job status: Indicates if jobs are running in the background :coffee: (idea from agnoster theme)
* Username abbreviations: Uses a different username if the corresponding mapping was set (idea from dieter theme)
* Hostname abbreviations: Uses a different hostname if the corresponding mapping was set (idea from dieter theme)
* Virtual environments: Shows the name of activated virtual environment via ${VIRTUAL_ENV}
* Current path: Displays the full current working directory
* Return status: Shows the error return code (+ bat/duck emoji)
* Return status: Shows the error return code (:bat:/:duck:)
* Git messages: Uses `git_super_status` from the git-prompt plugin
* Prompt time: Timestamp (hh:mm)

Expand All @@ -32,12 +32,12 @@ Set the theme in your .zshrc:
Links
-----

R. Zhao: This [blog](\urlhttps://rzhao.io/blog/2015/08/26/zsh-prompt/) post was the starting point for the theme
R. Zhao: This blog post (https://rzhao.io/blog/2015/08/26/zsh-prompt/) was the starting point for the theme

The agnoster theme: <https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/agnoster.zsh-theme>

The dieter theme: <https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/dieter.zsh-theme>

The git-prompt plugin: <https://github.com/olivierverdier/zsh-git-prompt>

Dracula: I think the theme works best in connection with the [Dracula]{https://draculatheme.com/} color theme
Dracula: I think the theme works best in connection with the Dracula (https://draculatheme.com/) color theme

0 comments on commit 15aec23

Please sign in to comment.