Skip to content

Instantly share code, notes, and snippets.

View xsm1997's full-sized avatar
🎯
Focusing

Kuma xsm1997

🎯
Focusing
View GitHub Profile
@xsm1997
xsm1997 / profile.ps1
Created April 2, 2024 03:15
Powershell profile (self-use)
Remove-Item alias:curl
Function start-conda() {
(& "C:\Users\kuma\scoop\apps\miniconda3\current\Scripts\conda.exe" "shell.powershell" "hook") | Out-String | Invoke-Expression
}
Set-PSReadLineOption -HistorySearchCursorMovesToEnd
# Shows navigable menu of all options when hitting Tab