lukesampson / pshazz

Give your powershell some pizazz.
The Unlicense
577 stars 40 forks source link

Make pshazz home agnostic. #56

Closed narnaud closed 7 years ago

narnaud commented 7 years ago

Rather use (Get-PsProvider 'FileSystem').home, in case the user is not working in $Env:USERPROFILE, but want to keep using ~.

I'm actually in this case:

I want to keep all dot files or settings files in $home, but use cd ~ to got ot C:\nicolas

lukesampson commented 7 years ago

Looks good — thanks!