Update .config/fish/conf.d/10-starship.fish

This commit is contained in:
punkfairie 2024-10-05 14:49:49 -07:00
parent 0eaffd3a96
commit 4b2f52443a
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -1,6 +1,7 @@
#!/usr/bin/env fish #!/usr/bin/env fish
set -Ux STARSHIP_CONFIG "$XDG_CONFIG_HOME/starship.toml" set -Ux STARSHIP_CONFIG "$XDG_CONFIG_HOME/starship.toml"
set -Ux STARSHIP_CACHE "$XDG_CACHE_HOME/starship"
if command -v starship &>/dev/null if command -v starship &>/dev/null
function starship_transient_prompt_func function starship_transient_prompt_func