Misc. updates.
This commit is contained in:
parent
3651713e92
commit
5249dd3282
|
@ -102,7 +102,7 @@ Click to go to fullsize image.
|
||||||
|
|
||||||
** Language
|
** Language
|
||||||
|
|
||||||
metanohi is only available in English.
|
metanohi is generally only available in English. A few pages are in Danish.
|
||||||
|
|
||||||
** Font size
|
** Font size
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@ visit it, here are the author's pick of metanohi pages you should read:
|
||||||
|
|
||||||
+ <@eval macros.titlelink('/writings/atem')@>
|
+ <@eval macros.titlelink('/writings/atem')@>
|
||||||
+ <@eval macros.titlelink('/writings/software-licenses')@>
|
+ <@eval macros.titlelink('/writings/software-licenses')@>
|
||||||
|
+ [[http://suum.metanohi.name/][SUUM]]
|
||||||
+ <@eval macros.titlelink('/projects/sleinlib')@>
|
+ <@eval macros.titlelink('/projects/sleinlib')@>
|
||||||
+ <@eval macros.titlelink('/projects/magicng')@>
|
+ <@eval macros.titlelink('/projects/magicng')@>
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
#+title: My BASH prompt
|
#+title: My BASH prompt
|
||||||
#&summary
|
#&summary
|
||||||
What my prompt does and what it looks like.
|
What my prompt used to do and what it looked like.
|
||||||
#&
|
#&
|
||||||
#+license: bysa
|
#+license: bysa
|
||||||
|
|
||||||
* My BASH prompt
|
* My old BASH prompt
|
||||||
|
|
||||||
I have my own bash prompt. To use it, first, copy this into your ~.bashrc~:
|
I had a strange bash prompt. To use it, first, copy this into your ~.bashrc~:
|
||||||
|
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
function ps1lr {
|
function ps1lr {
|
||||||
|
@ -36,3 +36,8 @@ $(ps1sp)\[\033[00m\]\n\[\033[45m\]\[\033[01;33m\]\u\[\033[01;32m\]@\
|
||||||
|
|
||||||
Second, download [[bash-prompt-extras.tar.gz]] and put the included programs
|
Second, download [[bash-prompt-extras.tar.gz]] and put the included programs
|
||||||
somewhere in =$PATH=&sh.
|
somewhere in =$PATH=&sh.
|
||||||
|
|
||||||
|
|
||||||
|
* Not anymore
|
||||||
|
|
||||||
|
I didn't actually need all the features.
|
||||||
|
|
|
@ -59,10 +59,9 @@ better with a lax license, then I think I'm okay with the risk of someone
|
||||||
putting it into a proprietary program, even though I find that amoral.
|
putting it into a proprietary program, even though I find that amoral.
|
||||||
|
|
||||||
I'm not going to relicense past (A|L)?GPL'd programs I've written unless someone
|
I'm not going to relicense past (A|L)?GPL'd programs I've written unless someone
|
||||||
asks me to.
|
asks me to or I have to update them anyway..
|
||||||
|
|
||||||
I'll still contribute to strong copyleft software, but I might mention this URL.
|
I'll still contribute to strong copyleft software, but I might mention this URL.
|
||||||
|
|
||||||
If I were to place myself in a camp, it would be the
|
If I were to place myself in a camp, it would be the
|
||||||
I-like-copyleft-sometimes-but-I-like-sharing-code-even-more camp.
|
I-like-copyleft-sometimes-but-I-like-sharing-code-even-more camp.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue