Skip to content

Commit d872b9c

Browse files
committed
Cleanup
1 parent 337b0d3 commit d872b9c

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

oh-my-powershell.ps1

Lines changed: 0 additions & 15 deletions
This file was deleted.

plugins/psreadline/psreadline.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# psreadline
2+
# psreadline configuration
33
# http://runas.me/2014/08/28/powershell-console-conemu-psreadline/
44
# http://www.reddit.com/r/sysadmin/comments/1rit4l/what_do_you_get_when_you_cross_bash_with_cmdexe/cdo3djk
55
###############################################################################

plugins/psutils/psutils.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Clone psutils if its not present
2-
if (!(Test-Path $PSScriptRoot/psutils)) {
2+
if (!(Test-Path "$PSScriptRoot\psutils")) {
33
Write-Host "Installing psutils"
44
git clone https://github.com/lukesampson/psutils $PSScriptRoot/psutils
55
}

0 commit comments

Comments
 (0)