Skip to content

Commit

Permalink
Merge pull request #478 from manala/lazy/disable-direnv-starship
Browse files Browse the repository at this point in the history
[Lazy] Disable starship direnv integration
  • Loading branch information
nervo authored Dec 11, 2024
2 parents d71bf04 + c054f30 commit 8dff4f8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions lazy.ansible/.manala/etc/starship/starship.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ truncation_symbol = '…/'
read_only = ''
style = 'cyan'

[direnv]
disabled = false

{{- if .Vars.system.starship.config }}

{{ .Vars.system.starship.config | trim }}
Expand Down
3 changes: 0 additions & 3 deletions lazy.kubernetes/.manala/etc/starship/starship.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ truncation_symbol = '…/'
read_only = ''
style = 'cyan'

[direnv]
disabled = false

[kubernetes]
disabled = false
format = '$symbol[$context( \($namespace\))]($style)'
Expand Down
3 changes: 0 additions & 3 deletions lazy.symfony/.manala/etc/starship/starship.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ truncation_symbol = '…/'
read_only = ''
style = 'cyan'

[direnv]
disabled = false

{{- if .Vars.system.starship.config }}

{{ .Vars.system.starship.config | trim }}
Expand Down

0 comments on commit 8dff4f8

Please sign in to comment.