feat(starship): Powerline prompt for all shells

This commit is contained in:
js0ny 2025-01-26 23:47:33 +00:00
parent 2c56ce364f
commit 0c2cfd4baa
8 changed files with 392 additions and 805 deletions

View file

@ -2,7 +2,6 @@
# Date: 2024-12-01
# Author: js0ny
# Use starship to set prompt
$ENV:STARSHIP_CONFIG = Join-Path $DOTFILES "tools" "starship" "starship_pwsh.toml"
Invoke-Expression (&starship init powershell)