Skip to content

Commit 18fb9ce

Browse files
committed
progit#120 A1章分実施
1 parent aee260e commit 18fb9ce

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

book/A-git-in-other-environments/sections/guis.asc

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ Gitkのインターフェイスは次のようになっています。
7474
.The `gitk` history viewer.
7575
image::images/gitk.png[The `gitk` history viewer.]
7676
//////////////////////////
77-
.`gitk`の歴史ビューアー
78-
image::images/gitk.png[`gitk`の歴史ビューアー]
77+
.`gitk` の歴史ビューアー
78+
image::images/gitk.png[`gitk` の歴史ビューアー]
7979
8080
//////////////////////////
8181
On the top is something that looks a bit like the output of `git log --graph`; each dot represents a commit, the lines represent parent relationships, and refs are shown as colored boxes.

book/A-git-in-other-environments/sections/zsh.asc

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To use it, simply run `autoload -Uz compinit && compinit` in your `.zshrc`.
1010
Zsh's interface is a bit more powerful than Bash's:
1111
//////////////////////////
1212
Zshには、Git用のタブ補完ライブラリも同梱されています。
13-
`.zshrc``autoload -Uz compinit && compinit`という行を追加するだけで、使えるようになります。
13+
`.zshrc``autoload -Uz compinit && compinit` という行を追加するだけで、使えるようになります。
1414
Zshのインターフェイスは、Bashよりさらに強力です。
1515
1616
[source,console]
@@ -68,14 +68,14 @@ image::images/zsh-prompt.png[カスタマイズされた `zsh` のプロンプ
6868
//////////////////////////
6969
For more information on `vcs_info`, check out its documentation in the `zshcontrib(1)` manual page, or online at http://zsh.sourceforge.net/Doc/Release/User-Contributions.html#Version-Control-Information[].
7070
//////////////////////////
71-
`vcs_info` についての詳細は、`zshcontrib(1)`マニュアルにあるドキュメントか、オンラインであれば http://zsh.sourceforge.net/Doc/Release/User-Contributions.html#Version-Control-Information[] を確認してみてください。
71+
`vcs_info` についての詳細は、`zshcontrib(1)` マニュアルにあるドキュメントか、オンラインであれば http://zsh.sourceforge.net/Doc/Release/User-Contributions.html#Version-Control-Information[] を確認してみてください。
7272
7373
//////////////////////////
7474
Instead of `vcs_info`, you might prefer the prompt customization script that ships with Git, called `git-prompt.sh`; see https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh[] for details.
7575
`git-prompt.sh` is compatible with both Bash and Zsh.
7676
//////////////////////////
77-
一方、Gitに同梱されている`git-prompt.sh`というスクリプトでも、プロンプトをカスタマイズすることができます。 `vcs_info` よりも気に入るかもしれませんね。詳しくは https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh[] を確認してみてください。
78-
`git-prompt.sh`はBashとZshの両方に対応しています。
77+
一方、Gitに同梱されている `git-prompt.sh` というスクリプトでも、プロンプトをカスタマイズすることができます。 `vcs_info` よりも気に入るかもしれませんね。詳しくは https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh[] を確認してみてください。
78+
`git-prompt.sh` はBashとZshの両方に対応しています。
7979
8080
//////////////////////////
8181
Zsh is powerful enough that there are entire frameworks dedicated to making it better.

0 commit comments

Comments
 (0)