This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function gst { git status -sb } | |
| function gpl { git pull } | |
| function gps { git push } | |
| function ll { Get-ChildItem -Force | Sort-Object LastWriteTime } | |
| function wupa { winget update --all } | |
| function work { cd c:\workspaces\ } | |
| function explore { explorer . } |