Doc update on HISTIGNORE

Fixes #394
This commit is contained in:
Manuel Ebert 2016-01-11 12:11:56 -08:00
parent 06e3f0c101
commit 155be26840
2 changed files with 4 additions and 4 deletions

View file

@ -119,5 +119,5 @@ Your ``default`` and your ``food`` journals won't be encrypted, however your ``w
Known Issues
~~~~~~~~~~~~
- The Windows shell prior to Windows 7 has issues with unicode encoding. If you want to use non-ascii characters, change the codepage with ``chcp 1252`` before using `jrnl` (Thanks to Yves Pouplard for solving this!)
- The Windows shell prior to Windows 7 has issues with Unicode encoding. If you want to use non-ASCII characters, change the code page with ``chcp 1252`` before using `jrnl` (Thanks to Yves Pouplard for solving this!)
- _jrnl_ relies on the `PyCrypto` package to encrypt journals, which has some known problems with installing on Windows and within virtual environments.