Skip to content

Instantly share code, notes, and snippets.

View mananshr's full-sized avatar
👋
Working on smart retail tech

Manan Sharma mananshr

👋
Working on smart retail tech
View GitHub Profile
@mananshr
mananshr / profile.ps1
Last active October 26, 2024 11:00
My standard MS PowerShell profile
### PowerShell profile template - Manan Sharma
###
### https://gist.github.com/mananshr/be2a248d1e34e52a77d0be37ffcd7fb4
###
### Source credits: Tim Sneath <tim@sneath.org>
### Forked from https://gist.github.com/timsneath/19867b12eee7fd5af2ba
###
### This file should be stored in $PROFILE.CurrentUserAllHosts
### If $PROFILE.CurrentUserAllHosts doesn't exist, you can make one with the following:
### PS> New-Item $PROFILE.CurrentUserAllHosts -ItemType File -Force