vors / ZLocation

ZLocation is the new Jump-Location
MIT License
567 stars 29 forks source link

profile file flood #129

Closed fidodido48 closed 2 years ago

fidodido48 commented 2 years ago

Just noticed my powershell profile file C:\Users\Documents\WindowsPowerShell\profile.ps1 has 643 occurences of 'Import-Module ZLocation'. It seems a new one being added every time powershell is started and making it more sluggish: Loading personal and system profiles took 6608ms and history lookup was impossible (list seemed to be empty). Went down to 4608ms after cleanup, history searching is fine now.

BTW. uninstalling is also problematic:

Uninstall-Module ZLOCATION -Force WARNING: The version '1.4.3' of module 'ZLocation' is currently in use. Retry the operation after closing the applications.