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
F11:: | |
WinGet,WinState,MinMax,A | |
Switch WinState | |
{ | |
Case -1: | |
WinRestore,A | |
Case 1: | |
WinRestore,A |
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
oh-my-posh init pwsh --config "Z:\themes\them1.json" | Invoke-Expression | |
#choco install terminal-icons.powershell | |
Import-Module -Name Terminal-Icons | |
Remove-Alias -Force gc | |
Remove-Alias -Force gp | |
function b { cd ..} |