I've started using virtualenv for my Python projects. Since the working directory for my projects is now deeply nested, the path has started to take up half of my screen!
Is it possible to somehow have PowerShell condense the path to the current working directory, from something like PS C:\Users\kRON\Desktop\Current work\Python\dsp\src> to PS C:\Users\kRON\Deskto~1\Curren~2\Python\dsp\src> or, better yet, to match C:\Users\kRON\Desktop\Current work\Pythonand just replace it with ~python to get PS ~python\dsp\src>?
