Add CSS and JS in the docs folder
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2020-01-11 sam. 22:00 -->
|
||||
<!-- 2020-01-11 sam. 22:20 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Bash Configuration</title>
|
||||
@@ -194,12 +194,12 @@
|
||||
.org-svg { width: 90%; }
|
||||
/*]]>*/-->
|
||||
</style>
|
||||
<link rel="stylesheet" type="text/css" href="../css/htmlize.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../css/readtheorg.css"/>
|
||||
<script type="text/javascript" src="../js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript" src="../js/jquery.stickytableheaders.min.js"></script>
|
||||
<script type="text/javascript" src="../js/readtheorg.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="./css/htmlize.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="./css/readtheorg.css"/>
|
||||
<script type="text/javascript" src="./js/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="./js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript" src="./js/jquery.stickytableheaders.min.js"></script>
|
||||
<script type="text/javascript" src="./js/readtheorg.js"></script>
|
||||
<script type="text/javascript">
|
||||
/*
|
||||
@licstart The following is the entire license notice for the
|
||||
@@ -266,7 +266,7 @@ for the JavaScript code in this tag.
|
||||
<li><a href="#org41663f0">Use Color</a></li>
|
||||
<li><a href="#org72d992f"><span class="todo TODO">TODO</span> Set colorful PS1 only on colorful terminals.</a></li>
|
||||
<li><a href="#org6e324a6">Prompt</a></li>
|
||||
<li><a href="#org3b3776c">SSH Agent</a></li>
|
||||
<li><a href="#orgeca4d01">SSH Agent</a></li>
|
||||
<li><a href="#org586ae40">Rebind up and down arrow keys to search through bash history</a></li>
|
||||
<li><a href="#org928d454"><span class="todo TODO">TODO</span> Aliases</a>
|
||||
<ul>
|
||||
@@ -309,7 +309,7 @@ for the JavaScript code in this tag.
|
||||
<li><a href="#org117a776">Better yaourt colors</a></li>
|
||||
<li><a href="#org684e85f">Use Ripgrep for FZF</a></li>
|
||||
<li><a href="#org545dc00">Goland</a></li>
|
||||
<li><a href="#orgeca4d01">SSH Agent</a></li>
|
||||
<li><a href="#orgaf06a47">SSH Agent</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#org3b15f2e">Path</a></li>
|
||||
@@ -445,9 +445,9 @@ dircolors –print-database uses its own built-in database instead of using
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org3b3776c" class="outline-3">
|
||||
<h3 id="org3b3776c">SSH Agent</h3>
|
||||
<div class="outline-text-3" id="text-org3b3776c">
|
||||
<div id="outline-container-orgeca4d01" class="outline-3">
|
||||
<h3 id="orgeca4d01">SSH Agent</h3>
|
||||
<div class="outline-text-3" id="text-orgeca4d01">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-bash"><span class="org-comment-delimiter"># </span><span class="org-comment">if ! </span><span class="org-type"><span class="org-comment">pgrep</span></span><span class="org-comment"> -u "$USER" ssh-agent > /dev/null; then</span>
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">ssh-agent > "$XDG_RUNTIME_DIR/ssh-agent.env"</span>
|
||||
@@ -936,9 +936,9 @@ Force prompt to write history after every command. <a href="http://superuser.com
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgeca4d01" class="outline-4">
|
||||
<h4 id="orgeca4d01">SSH Agent</h4>
|
||||
<div class="outline-text-4" id="text-orgeca4d01">
|
||||
<div id="outline-container-orgaf06a47" class="outline-4">
|
||||
<h4 id="orgaf06a47">SSH Agent</h4>
|
||||
<div class="outline-text-4" id="text-orgaf06a47">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-bash"><span class="org-builtin">export</span> <span class="org-variable-name">SSH_AUTH_SOCK</span>=<span class="org-string">"</span><span class="org-string"><span class="org-constant">$</span></span><span class="org-string"><span class="org-variable-name">{XDG_RUNTIME_DIR}</span></span><span class="org-string">/ssh-agent.socket"</span>
|
||||
</pre>
|
||||
@@ -965,7 +965,7 @@ Force prompt to write history after every command. <a href="http://superuser.com
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: Dehaeze Thomas</p>
|
||||
<p class="date">Created: 2020-01-11 sam. 22:00</p>
|
||||
<p class="date">Created: 2020-01-11 sam. 22:20</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user