blob: 868b404cc42c6295346a12a7258ed10e4c960806 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
Author: Jesús E.
Category: GNU/Linux
Date: 2017-12-05 11:34
Modified: 2019-02-06 11:34
Image: 2017/12/bash.png
Lang: en
Save_as: advanced-prompt/index.html
URL: advanced-prompt/
Slug: prompt-avanzado
Tags: bash, hyperbash, shell
Title: Advanced prompt
Many times we need the [command interpreter][bash] to perform
the odd task, perhaps it is tedious to put together our
own `.bashrc` configuration. But since there is a lot of
useful information on the [World Wide Web][www], it has been
possible to write a prudent configuration of the
aforementioned `.bashrc` for Arch-based distros such as
[Hyperbola][hypersite] or [Parabola][parasite], in fact
these last 2 are 100% Free distros.
And where do I get a copy? You can easily download it from
[notabug][notabug] under the [GPLv3][license] License.
Is there a video, showing its use? yes, although the video
is in spanish language:
<video playsinline controls>
<source src="https://archive.org/download/libreweb/0001-15599.webm" type="video/webm">
<p><em>Your browser does not support the video tag, please download the video instead.</em></p>
</video>
###### Downloads
- [Vídeo][v0] (1080p)
[bash]: https://en.wikipedia.org/wiki/Bash
[www]: https://en.wikipedia.org/wiki/World_Wide_Web
[hypersite]: https://hyperbola.info/
[parasite]: https://parabola.nu/
[notabug]: https://notabug.org/heckyel/hyperbash
[license]: https://www.gnu.org/licenses/gpl-3.0.html
[v0]: https://archive.org/download/libreweb/0001-15599.webm
|