1
0

Added Starship

This commit is contained in:
2025-10-13 10:02:21 +02:00
parent 8730ff086a
commit 6329e7230d
4 changed files with 12 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
{{- if not .features.shell }}
.config/fish
.config/starship.toml
{{- end }}
{{- if not .features.git }}
.config/git
{{- end }}

View File

@@ -0,0 +1,5 @@
# Disable the default Fish greeting message
set fish_greeting ""
# Initialize Starship
starship init fish | source