diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2021-10-28 12:05:14 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-10-28 13:42:11 +0200 |
commit | d86a84f84c7a82da74d0f43fbca258df6c3a7860 (patch) | |
tree | b6c8d488fa4a53d4c2472ba867248fe3f81a6be2 /.config/starship.toml | |
parent | 30632de771a4c7bcd57ef693cd38549f5f0f0347 (diff) |
Starship shell prompt + doom one theme for alacritty + vim + nvim
Diffstat (limited to '.config/starship.toml')
-rw-r--r-- | .config/starship.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/starship.toml b/.config/starship.toml new file mode 100644 index 0000000..70c3cc8 --- /dev/null +++ b/.config/starship.toml @@ -0,0 +1,9 @@ +[line_break] +disabled = true + +[character] +success_symbol = "[➜](bold green) " +error_symbol = "[✗](bold red) " + +[package] +disabled = true |