1
0
Mirror von https://github.com/quitesimpleorg/hs9001.git synchronisiert 2024-11-22 04:07:52 +01:00

Add super minimalistic readme

Dieser Commit ist enthalten in:
lawl 2021-03-20 20:27:06 +01:00
Ursprung a2bcc9685a
Commit e3e7fd74e0

5
README.md Normale Datei
Datei anzeigen

@ -0,0 +1,5 @@
Add this to .bashrc
if [ -n "$PS1" ] ; then
PROMPT_COMMAND='hs9001 add "$(history 1)"'
fi