We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337b0d3 commit d872b9cCopy full SHA for d872b9c
oh-my-powershell.ps1
plugins/psreadline/psreadline.ps1
@@ -1,5 +1,5 @@
1
###############################################################################
2
-# psreadline
+# psreadline configuration
3
# http://runas.me/2014/08/28/powershell-console-conemu-psreadline/
4
# http://www.reddit.com/r/sysadmin/comments/1rit4l/what_do_you_get_when_you_cross_bash_with_cmdexe/cdo3djk
5
plugins/psutils/psutils.ps1
# Clone psutils if its not present
-if (!(Test-Path $PSScriptRoot/psutils)) {
+if (!(Test-Path "$PSScriptRoot\psutils")) {
Write-Host "Installing psutils"
git clone https://github.com/lukesampson/psutils $PSScriptRoot/psutils
}
0 commit comments