ソースを参照

Fix console source formatting

master
Chris Smith 5年前
コミット
6480329370
1個のファイルの変更3行の追加3行の削除
  1. 3
    3
      content/docs/software/linux.adoc

+ 3
- 3
content/docs/software/linux.adoc ファイルの表示

@@ -16,9 +16,9 @@ and configure it to not show untracked files:
16 16
 
17 17
 [source]
18 18
 ----
19
-cd $HOME
20
-git init --bare $HOME/.dotfiles
21
-git --git-dir=$HOME/.dotfiles config --local status.showUntrackedFiles no
19
+$ cd $HOME
20
+$ git init --bare $HOME/.dotfiles
21
+$ git --git-dir=$HOME/.dotfiles config --local status.showUntrackedFiles no
22 22
 ----
23 23
 
24 24
 I then have the following in my `.bash_aliases` to make it easier to

読み込み中…
キャンセル
保存