##// END OF EJS Templates
Add comment and remove line as suggested by @fperez
Add comment and remove line as suggested by @fperez

File last commit:

r13438:26cd9c6d
r14989:300c04a4
Show More
no-xdg.rst
5 lines | 349 B | text/x-rst | RstLexer
  • Previous versions of IPython on Linux would use the XDG config directory, creating :file:`~/.config/ipython` by default. We have decided to go back to :file:`~/.ipython` for consistency among systems. IPython will issue a warning if it finds the XDG location, and will move it to the new location if there isn't already a directory there.