Skip to content

Commit

Permalink
repair AsciiDoc code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasLarson committed May 19, 2023
1 parent 4088945 commit aab071d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ but `gunstage` will.
.Enter
[source,zsh]
-----------------
----
gunstage # 🔫 git unstage as a service
git unstage # 🔫 it just works!
-----------------
----
Its name is an abbreviation and portmanteau of `git unstage` arising by
analog from
https://github.com/ohmyzsh/ohmyzsh/blob/c99f3c50fa46a93be28be88632889404fff3b958/plugins/git/README.md#aliases[Oh My Zsh’s
Expand All @@ -99,8 +99,10 @@ plugin^], https://fig.io/plugins/other/gunstage_LucasLarson[installed
using Fig^], or you can just clone this repository, run the following
command, and then restart your terminal:
[source,zsh]
----
$ printf '%s\n' '. /path/to/gunstage.plugin.zsh' \
>>"${HOME%/}"'/.'"${SHELL##*[-./]}"'rc'
----
Requirements
~~~~~~~~~~~~
Expand Down

0 comments on commit aab071d

Please sign in to comment.