diff --git a/WindowsPowershell/Modules/PowerSolarized.dll b/WindowsPowershell/Modules/PowerSolarized.dll new file mode 100644 index 0000000..6541ce8 Binary files /dev/null and b/WindowsPowershell/Modules/PowerSolarized.dll differ diff --git a/WindowsPowershell/Profile.ps1 b/WindowsPowershell/Profile.ps1 index 1f2cc8f..16f501d 100644 --- a/WindowsPowershell/Profile.ps1 +++ b/WindowsPowershell/Profile.ps1 @@ -2,6 +2,7 @@ # $profileDir = split-path -parent $Profile Import-Module "$profileDir\Modules\ConsoleColors.psm1" +#Import-Module "$profileDir\Modules\PowerSolarized.dll" Set-SolarizedColors -Dark # These bits of profile courtesy of http://winterdom.com/