Convert starship from stow to chezmoi
parent
bae893a736
commit
5dd202512d
@ -1,2 +1,4 @@
|
|||||||
|
{{ if lookPath "starship" -}}
|
||||||
# vim: ft=bash
|
# vim: ft=bash
|
||||||
source <(starship init bash)
|
source <(starship init bash)
|
||||||
|
{{- end }}
|
@ -1,2 +1,4 @@
|
|||||||
|
{{ if lookPath "starship" -}}
|
||||||
# vim: ft=zsh
|
# vim: ft=zsh
|
||||||
source <(starship init zsh)
|
source <(starship init zsh)
|
||||||
|
{{- end }}
|
Loading…
Reference in New Issue