Skip to content

Instantly share code, notes, and snippets.

View goescat's full-sized avatar

goescat

View GitHub Profile
@goescat
goescat / PowerShell-profile.ps1
Created October 17, 2018 03:57 — 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 .}