about summary refs log tree commit diff stats
path: root/core/bash.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2017-02-25 18:40:03 +0000
committerSilvino Silva <silvino@bk.ru>2017-02-25 18:40:03 +0000
commitd26a4e12deafade205d37a9fda748a6b78dfdb6a (patch)
tree2ed6d8ca57e6c095748eeb99c811cf9d038ad1af /core/bash.html
parent7ecd18da2b5518296bdb366234fb04a1e46335e8 (diff)
downloaddoc-d26a4e12deafade205d37a9fda748a6b78dfdb6a.tar.gz
overall revesion
Diffstat (limited to 'core/bash.html')
-rw-r--r--core/bash.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/bash.html b/core/bash.html
index 2c1f6e9..353d7df 100644
--- a/core/bash.html
+++ b/core/bash.html
@@ -2,12 +2,12 @@
 <html dir="ltr" lang="en">
     <head>
         <meta charset='utf-8'>
-        <title>2.4.2. Bash</title>
+        <title>2.5.2. Bash</title>
     </head>
     <body>
         <a href="index.html">Core OS Index</a>
 
-        <h1 id="bash">2.4.2. Bash</h1>
+        <h1 id="bash">2.5.2. Bash</h1>
 
         <p>Just to be sure, setup bash as default login;<p>
 
@@ -32,7 +32,7 @@
             alias, editor.</dd>
         </dl>
 
-        <h2 id="profile">2.4.2.1. Profile</h2>
+        <h2 id="profile">2.5.2.1. Profile</h2>
 
         <p>Example of ~/.profile;</p>
 
@@ -43,7 +43,7 @@
         export SSH_AUTH_SOCK   # enable gpg-agent for ssh
         </pre>
 
-        <h2 id="bashrc">2.4.2.2. Bash RC</h2>
+        <h2 id="bashrc">2.5.2.2. Bash RC</h2>
 
         <p>Example of ~/.bashrc;</p>
 
@@ -106,7 +106,7 @@
         fi
         </pre>
 
-        <h2 id="bash_profile">2.4.2.3. Bash profile</h2>
+        <h2 id="bash_profile">2.5.2.3. Bash profile</h2>
 
         <p>Example of ~/.bash_profile;</p>