Add super minimalistic readme

This commit is contained in:
lawl 2021-03-20 20:27:06 +01:00
父節點 a2bcc9685a
當前提交 e3e7fd74e0
共有 1 個檔案被更改,包括 5 行新增0 行删除

5
README.md Normal file
查看文件

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