Procházet zdrojové kódy

Fix console source formatting

master
Chris Smith před 5 roky
rodič
revize
6480329370
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3
    3
      content/docs/software/linux.adoc

+ 3
- 3
content/docs/software/linux.adoc Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit