Просмотр исходного кода

Fix console source formatting

master
Chris Smith 5 лет назад
Родитель
Сommit
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

Загрузка…
Отмена
Сохранить