Update .config/fish/conf.d/10-starship.fish
This commit is contained in:
parent
0eaffd3a96
commit
4b2f52443a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue