about summary refs log tree commit diff stats
path: root/core/bash.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2016-09-18 19:36:36 +0100
committerSilvino Silva <silvino@bk.ru>2016-09-18 19:37:12 +0100
commit30ffee2fea8f32e291adf4e396039fbdf8ac0f6b (patch)
tree70940fcf771f3cf3e87726f959065e9c7dd95ae9 /core/bash.html
parentf33f82d3c05a679cfb617cdc5f9dc7659b0c4e47 (diff)
downloaddoc-30ffee2fea8f32e291adf4e396039fbdf8ac0f6b.tar.gz
core bash, dash and tmux revision
Diffstat (limited to 'core/bash.html')
-rw-r--r--core/bash.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/bash.html b/core/bash.html
index 53b279d..0ea3ade 100644
--- a/core/bash.html
+++ b/core/bash.html
@@ -2,12 +2,12 @@
 <html dir="ltr" lang="en">
     <head>
         <meta charset='utf-8'>
-        <title>4.2. Bash</title>
+        <title>2.4.2. Bash</title>
     </head>
     <body>
         <a href="index.html">Core OS Index</a>
 
-        <h1 id="bash">4.2. Bash</h1>
+        <h1 id="bash">2.4.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">4.2.1. Profile</h2>
+        <h2 id="profile">2.4.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">4.2. Bash RC</h2>
+        <h2 id="bashrc">2.4.2.2. Bash RC</h2>
 
         <p>Example of ~/.bashrc;</p>
 
@@ -106,7 +106,7 @@
         fi
         </pre>
 
-        <h2 id="bash_profile">4.3. Bash profile</h2>
+        <h2 id="bash_profile">2.4.2.3. Bash profile</h2>
 
         <p>Example of ~/.bash_profile;</p>
 
@@ -122,7 +122,7 @@
         </pre>
 
 
-        <a href="index.html">Systools Index</a>
+        <a href="index.html">Core OS Index</a>
         <p>
         This is part of the c9-doc Manual.
         Copyright (C) 2016