Last active
December 14, 2021 12:41
-
-
Save trey/9be3d36c1da3fd236a1fc3466642c257 to your computer and use it in GitHub Desktop.
Revisions
-
trey revised this gist
Dec 14, 2021 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -21,3 +21,6 @@ format = "[$symbol($version )]($style)" [python] # Remove the default `via` before the version name. format = "[$symbol($version )]($style)" [package] disabled = true -
trey revised this gist
Dec 14, 2021 . 1 changed file with 12 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,3 +9,15 @@ disabled = true [git_branch] # Remove the default `on` before the branch name. format = "[$symbol$branch]($style) " [docker_context] disabled = true [nodejs] symbol = "⬢ " # Remove the default `via` before the version name. format = "[$symbol($version )]($style)" [python] # Remove the default `via` before the version name. format = "[$symbol($version )]($style)" -
trey created this gist
Dec 14, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ # https://starship.rs/config/ # I live in `~/.config/starship.toml`. add_newline = false [line_break] disabled = true [git_branch] # Remove the default `on` before the branch name. format = "[$symbol$branch]($style) "