diff options
author | Adam Stück <adam@adast.xyz> | 2023-04-28 20:37:41 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-04-28 20:37:41 +0200 |
commit | b7b0887f88ffa4dd63a85aaa27d305db18555675 (patch) | |
tree | 06fccaa5cab6dc9bb5a23558f34a35dc1257627f /.config/starship.toml | |
parent | 1abce784cf269fd98ee5faa09e52ba642f2e61ec (diff) |
drop unused configs
Diffstat (limited to '.config/starship.toml')
-rw-r--r-- | .config/starship.toml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.config/starship.toml b/.config/starship.toml deleted file mode 100644 index be844b1..0000000 --- a/.config/starship.toml +++ /dev/null @@ -1,20 +0,0 @@ -[line_break] -disabled = true - -[package] -disabled = true - -[character] -success_symbol = "[➜](bold green) " -error_symbol = "[✗](bold red) " -vicmd_symbol = "[](bold white) " - -[cmd_duration] -disabled = true - -[username] -format = "[$user]($style)" - -[hostname] -ssh_only = true -format = "@[$hostname]($style) " |