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