Update .config/fish/conf.d/10-starship.fish
This commit is contained in:
parent
b9fed7f793
commit
0eaffd3a96
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
set -Ux STARSHIP_CONFIG "$XDG_CONFIG_HOME/starship.toml"
|
||||
|
||||
if command -v starship &>/dev/null
|
||||
function starship_transient_prompt_func
|
||||
starship module character
|
||||
|
|
Loading…
Reference in a new issue