From 38dab59d62ea1a97517575ca28f470983d465726 Mon Sep 17 00:00:00 2001 From: Gal Szkolnik Date: Mon, 9 Nov 2020 13:16:09 -0500 Subject: [PATCH] Make sure Z is loaded if it exists --- profile.d/load-z.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 profile.d/load-z.ps1 diff --git a/profile.d/load-z.ps1 b/profile.d/load-z.ps1 new file mode 100644 index 0000000..45cd02b --- /dev/null +++ b/profile.d/load-z.ps1 @@ -0,0 +1 @@ +Get-Module -ListAvailable z | Import-Module \ No newline at end of file