Use starship

This commit is contained in:
js0ny 2024-11-12 15:28:44 +00:00
parent e440b85d84
commit 1b66571411
14 changed files with 967 additions and 97 deletions

View file

@ -10,4 +10,6 @@ ${function:down} = { Set-Location -Path ~/Downloads }
${function:dt} = { Set-Location -Path ~/Desktop }
${function:mytmp} = { Set-Location -Path ~/Temp }
${function:one} = { Set-Location -Path ~/OneDrive }
${function:doku} = { Set-Location -Path ~/doku && Get-ChildItem }
${function:doku} = { Set-Location -Path ~/doku && Get-ChildItem }
Invoke-Expression (& { (zoxide init powershell | Out-String) })