Changed highlight language to zsh.

This commit is contained in:
tastytea 2019-05-13 03:44:47 +02:00
parent 495f54a971
commit b336af35eb
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ See https://schlomp.space/tastytea/remwharead/src/branch/main/remwharead.1.adoc[
Add my https://schlomp.space/tastytea/overlay[repository] and install it from Add my https://schlomp.space/tastytea/overlay[repository] and install it from
there. there.
[source,shellsession] [source,zsh]
---- ----
eselect repository enable tastytea eselect repository enable tastytea
echo "www-misc/remwharead ~amd64" >> /etc/portage/package.accept_keywords/remwharead echo "www-misc/remwharead ~amd64" >> /etc/portage/package.accept_keywords/remwharead
@ -46,7 +46,7 @@ emerge -a www-misc/remwharead
===== Debian stretch ===== Debian stretch
[source,shellsession] [source,zsh]
---- ----
echo "APT::Default-Release \"stretch\";" >> /etc/apt/apt.conf.d/00default_release echo "APT::Default-Release \"stretch\";" >> /etc/apt/apt.conf.d/00default_release
echo "deb http://deb.debian.org/debian sid main" >> /etc/apt/sources.list.d/sid.list echo "deb http://deb.debian.org/debian sid main" >> /etc/apt/sources.list.d/sid.list
@ -67,14 +67,14 @@ https://schlomp.space/tastytea/remwharead/releases[schlomp.space].
===== Development version ===== Development version
[source,shellsession] [source,zsh]
---- ----
git clone https://schlomp.space/tastytea/remwharead.git git clone https://schlomp.space/tastytea/remwharead.git
---- ----
==== Compile ==== Compile
[source,shellsession] [source,zsh]
---- ----
mkdir build mkdir build
cd build/ cd build/