Last active
May 24, 2024 21:19
-
-
Save amigus/b5c15ad8cc5353910dcef9fbc2263ca2 to your computer and use it in GitHub Desktop.
Microsoft PowerShell $PROFILE
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
Invoke-Expression (&{ | |
curl -Ls https://gist.githubusercontent.com/amigus/555b34d0b1c872c33f3fee55c7ed17e9/raw/ByteCalculationFunctions.ps1 | |
oh-my-posh init -s pwsh | |
zoxide init --cmd 'cd' powershell | |
} | Out-String) | |
Import-Module posh-git, PSfzf, Terminal-Icons | |
Enable-PoshToolTips | |
Set-PSReadLineOption -EditMode Windows -PredictionSource History -HistoryNoDuplicates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment