diff options
Diffstat (limited to 'linux/bash.html')
-rw-r--r-- | linux/bash.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/linux/bash.html b/linux/bash.html index 1a7edb2..7b98eb5 100644 --- a/linux/bash.html +++ b/linux/bash.html @@ -2,12 +2,12 @@ <html dir="ltr" lang="en"> <head> <meta charset='utf-8'> - <title>2.5.2. Bash</title> + <title>2.3.2. Bash</title> </head> <body> <a href="index.html">GNU/Linux Index</a> - <h1 id="bash">2.5.2. Bash</h1> + <h1 id="bash">2.3.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.5.2.1. Profile</h2> + <h2 id="profile">2.3.2.1. Profile</h2> <p>Example of ~/.profile;</p> @@ -73,7 +73,7 @@ fi fi </pre> - <h2 id="bashrc">2.5.2.2. Bash RC</h2> + <h2 id="bashrc">2.3.2.2. Bash RC</h2> <p>Example of ~/.bashrc;</p> @@ -136,7 +136,7 @@ fi </pre> fi </pre> - <h2 id="bash_profile">2.5.2.3. Bash profile</h2> + <h2 id="bash_profile">2.3.2.3. Bash profile</h2> <p>Example of ~/.bash_profile;</p> |