Skip to content

Commit

Permalink
bug fix post branch terminal linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Iago Velasco committed Feb 24, 2017
1 parent 51a8235 commit 963ec2c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion _posts/2017-02-08-nome-da-branch-no-terminal-ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 4 additions & 3 deletions _site/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</description>
<link>http://localhost:4000/</link>
<atom:link href="http://localhost:4000/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Tue, 21 Feb 2017 22:26:44 -0300</pubDate>
<lastBuildDate>Tue, 21 Feb 2017 22:26:44 -0300</lastBuildDate>
<pubDate>Thu, 23 Feb 2017 22:56:02 -0300</pubDate>
<lastBuildDate>Thu, 23 Feb 2017 22:56:02 -0300</lastBuildDate>
<generator>Jekyll v3.3.1</generator>

<item>
Expand Down Expand Up @@ -149,7 +149,8 @@
&lt;p&gt;Primeiramente abra o seu terminal e crie um diretório .bash e clona o o projeto a seguir:&lt;/p&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-bash&quot; data-lang=&quot;bash&quot;&gt; &lt;span class=&quot;nv&quot;&gt;$ &lt;/span&gt;mkdir ~/.bash
&lt;span class=&quot;nv&quot;&gt;$ &lt;/span&gt;&lt;span class=&quot;nb&quot;&gt;cd&lt;/span&gt; ~/.bash &lt;span class=&quot;nv&quot;&gt;$ &lt;/span&gt;git clone https://github.com/jimeh/git-aware-prompt.git &lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
&lt;span class=&quot;nv&quot;&gt;$ &lt;/span&gt;&lt;span class=&quot;nb&quot;&gt;cd&lt;/span&gt; ~/.bash
&lt;span class=&quot;nv&quot;&gt;$ &lt;/span&gt;git clone https://github.com/jimeh/git-aware-prompt.git &lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;p&gt;Edite o seu ~/.bashrc e adicione o seguinte código:&lt;/p&gt;

Expand Down
3 changes: 2 additions & 1 deletion _site/nome-da-branch-no-terminal-ubuntu/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ <h4 id="instalação">Instalação</h4>
<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>

Expand Down

0 comments on commit 963ec2c

Please sign in to comment.