Skip to content

Instantly share code, notes, and snippets.

@pechar
pechar / PowerShell-profile.ps1
Created April 17, 2020 18:16 — forked from PierreMage/PowerShell-profile.ps1
Make your Windows command line better with doskey
# http://technet.microsoft.com/en-us/library/ee692685.aspx
# F7 = history
# Alt+F7 = history -c
# F8 = Ctrl+R
Set-Location C:
# Easier navigation
Set-Alias o start
function oo {start .}