No description
  • PowerShell 100%
Find a file
2020-07-14 04:10:05 +00:00
demo.png updated readme, added tail as alias 2017-08-29 18:27:11 -07:00
Microsoft.PowerShell_profile.ps1 Added iperf alias 2020-07-14 04:10:05 +00:00
README.md fixed incomplete wording 2017-08-29 18:30:17 -07:00
Update-Profile.ps1 updated readme, added tail as alias 2017-08-29 18:27:11 -07:00

Edwork Powershell Profile

Overview

Custom prompt and custom aliases for power users.

Preview

Preview

Features

  • Really cool prompt theme [ed.boal::/*\::COMMAND] ~\Projects\Powershell-Profile
  • Aliases
    • home Set-Location to ~/ directory
    • cdpr Set-Location to ~/Projects
    • cdde Set-Location to ~/Desktop
    • cddl Set-Location to ~/Downloads
    • cdssh Set-Location to ~/.ssh
    • cdc Set-Location to C:\
    • cd32 Set-Location to C:\Windows\System32
    • cd64 Set-Location to C:\Windows\SysWOW64
    • tail Does a 'tail -f' - shows a live stream of writes to the file

Updating Made Easy

Just run .\Update-Profile.ps1 to replace your $PROFILE with the locally cloned repo's version.