diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-06-01 22:20:28 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-06-01 22:20:28 +0900 |
| commit | 685f99f184858c8367868ebc8701522b765889c9 (patch) | |
| tree | d64c1c23f9e4fe7a9df554fcd517523492aa1eb2 /.config | |
| parent | 77db37d3506edd006c0d4edc8b216d869a06f30b (diff) | |
| download | dotfiles-685f99f184858c8367868ebc8701522b765889c9.tar.gz dotfiles-685f99f184858c8367868ebc8701522b765889c9.tar.zst dotfiles-685f99f184858c8367868ebc8701522b765889c9.zip | |
Revert "Add starship.toml"
This reverts commit 33d1e3dca1531757b768a23777620a212804f529.
Diffstat (limited to '.config')
| -rw-r--r-- | .config/starship.toml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/.config/starship.toml b/.config/starship.toml deleted file mode 100644 index 3ecfacf..0000000 --- a/.config/starship.toml +++ /dev/null @@ -1,36 +0,0 @@ -format = """ -$directory\ -$git_branch\ -$git_commit\ -$git_state\ -$git_status\ -$line_break\ -$jobs\ -[❯](fg:150)[❯](fg:153)[❯](fg:159) """ - -[directory] -style = "fg:75 bold" -truncation_length = 99 -truncate_to_repo = false -read_only = ' \[RO\]' -read_only_style = "fg:75 bold" - -[git_branch] -format = "[$branch]($style) " -style = "green" - -[git_state] -format = '\([$state ($progress_current/$progress_total)]($style)\) ' -rebase = "rebase" -merge = "merge" -revert = "revert" -cherry_pick = "cpick" -bisect = "bisect" -am = "am" -am_or_rebase = "am/rebase" - -[git_status] -style = "cyan" - -[jobs] -symbol = "+ " |
