lukesampson / pshazz

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

pshazz list error: Cannot find path #23

Closed glebm closed 8 years ago

glebm commented 8 years ago
~ $ pshazz list
Custom themes:
Get-ChildItem : Cannot find path 'C:\Users\Gleb\pshazz' because it does not exist.
At C:\Users\Gleb\appdata\local\scoop\apps\pshazz\0.2014.11.25\libexec\pshazz-list.ps1:8 char:2
+     Get-ChildItem "$dir" "*.json" |% { "  $($_.name -replace '.json$' ... 
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Users\Gleb\pshazz:String) [Get-ChildItem], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetChildItemCommand

Default themes:
  default
  keepprompt
  lukes
  microsoft
  msys
  myty
  xpando
glebm commented 8 years ago

Could be caused by aliases on my machine, possibly resolved by https://github.com/lukesampson/pshazz/pull/22, will try again once a new version is released.