Skip to content

Commit

Permalink
Ditch Sublime PS alias
Browse files Browse the repository at this point in the history
  • Loading branch information
tathamoddie committed Nov 7, 2017
1 parent 372df3c commit 33c205c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions New-Machine.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 59,6 @@ git config --global alias.lg "log --graph --oneline --decorate"
Write-Progress -Activity "Setting VS Code as the Git editor"
git config --global core.editor "code --wait"

Write-Progress -Activity "Setting PS aliases"
if ((Get-Alias -Name st -ErrorAction SilentlyContinue) -eq $null) {
Add-Content $PROFILE "`r`n`r`nSet-Alias -Name st -Value (Join-Path `$env:ProgramFiles 'Sublime Text 3\sublime_text.exe')"
}

Write-Progress -Activity "Enabling Office smileys"
if (Test-Path HKCU:\Software\Microsoft\Office\16.0) {
if (-not (Test-Path HKCU:\Software\Microsoft\Office\16.0\Common\Feedback)) {
Expand Down

0 comments on commit 33c205c

Please sign in to comment.