Added Starship
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{{- if not .features.shell }}
|
||||
.config/fish
|
||||
.config/starship.toml
|
||||
{{- end }}
|
||||
|
||||
{{- if not .features.git }}
|
||||
.config/git
|
||||
{{- end }}
|
||||
|
5
home/private_dot_config/fish/conf.d/staship.fish
Normal file
5
home/private_dot_config/fish/conf.d/staship.fish
Normal file
@@ -0,0 +1,5 @@
|
||||
# Disable the default Fish greeting message
|
||||
set fish_greeting ""
|
||||
|
||||
# Initialize Starship
|
||||
starship init fish | source
|
Reference in New Issue
Block a user