A precompiled extension, for speed?
Not using it, because it's not that much faster; powershell startup time is quite slow anyway.
This commit is contained in:
parent
a68b177143
commit
d9a105a54f
2 changed files with 1 additions and 0 deletions
BIN
WindowsPowershell/Modules/PowerSolarized.dll
Normal file
BIN
WindowsPowershell/Modules/PowerSolarized.dll
Normal file
Binary file not shown.
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue