##// END OF EJS Templates
Quote aliases w/ spaces in target name...
Quote aliases w/ spaces in target name rehashdir path separator is ';' now

File last commit:

r234:c0228f53
r235:d4cd84b8
Show More
ipy_apps.py
7 lines | 114 B | text/x-python | PythonLexer
import IPython.ipapi
ip = IPython.ipapi.get()
def main():
ip.magic('rehashdir c:/opt/kdiff3')
main()