From 963ec2ca7cc17fd9eaede0e4a9b15411add404df Mon Sep 17 00:00:00 2001 From: Iago Velasco Date: Thu, 23 Feb 2017 22:57:02 -0300 Subject: [PATCH] bug fix post branch terminal linux --- _posts/2017-02-08-nome-da-branch-no-terminal-ubuntu.md | 3 ++- _site/feed.xml | 7 ++++--- _site/nome-da-branch-no-terminal-ubuntu/index.html | 3 ++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/_posts/2017-02-08-nome-da-branch-no-terminal-ubuntu.md b/_posts/2017-02-08-nome-da-branch-no-terminal-ubuntu.md index 4aee327..cbbe1ac 100644 --- a/_posts/2017-02-08-nome-da-branch-no-terminal-ubuntu.md +++ b/_posts/2017-02-08-nome-da-branch-no-terminal-ubuntu.md @@ -21,7 +21,8 @@ Primeiramente abra o seu terminal e crie um diretório .bash e clona o o projeto {% highlight bash %} $ mkdir ~/.bash - $ cd ~/.bash $ git clone https://github.com/jimeh/git-aware-prompt.git + $ cd ~/.bash + $ git clone https://github.com/jimeh/git-aware-prompt.git {% endhighlight %} Edite o seu ~/.bashrc e adicione o seguinte código: diff --git a/_site/feed.xml b/_site/feed.xml index 1b0111b..7758230 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -6,8 +6,8 @@ http://localhost:4000/ - Tue, 21 Feb 2017 22:26:44 -0300 - Tue, 21 Feb 2017 22:26:44 -0300 + Thu, 23 Feb 2017 22:56:02 -0300 + Thu, 23 Feb 2017 22:56:02 -0300 Jekyll v3.3.1 @@ -149,7 +149,8 @@ <p>Primeiramente abra o seu terminal e crie um diretório .bash e clona o o projeto a seguir:</p> <figure class="highlight"><pre><code class="language-bash" data-lang="bash"> <span class="nv">$ </span>mkdir ~/.bash - <span class="nv">$ </span><span class="nb">cd</span> ~/.bash <span class="nv">$ </span>git clone https://github.com/jimeh/git-aware-prompt.git </code></pre></figure> + <span class="nv">$ </span><span class="nb">cd</span> ~/.bash + <span class="nv">$ </span>git clone https://github.com/jimeh/git-aware-prompt.git </code></pre></figure> <p>Edite o seu ~/.bashrc e adicione o seguinte código:</p> diff --git a/_site/nome-da-branch-no-terminal-ubuntu/index.html b/_site/nome-da-branch-no-terminal-ubuntu/index.html index 0718fc1..cfa6c99 100644 --- a/_site/nome-da-branch-no-terminal-ubuntu/index.html +++ b/_site/nome-da-branch-no-terminal-ubuntu/index.html @@ -104,7 +104,8 @@

Instalação

Primeiramente abra o seu terminal e crie um diretório .bash e clona o o projeto a seguir:

 $ mkdir ~/.bash 
- $ cd ~/.bash $ git clone https://github.com/jimeh/git-aware-prompt.git 
+ $ cd ~/.bash + $ git clone https://github.com/jimeh/git-aware-prompt.git

Edite o seu ~/.bashrc e adicione o seguinte código: