Skip to content

Instantly share code, notes, and snippets.

@JiriPol
JiriPol / PowerShell-profile.ps1
Created March 5, 2019 18:24 — 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 .}