소스 검색

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…
취소
저장