瀏覽代碼

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

Loading…
取消
儲存