diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-12-04 12:18:35 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-12-04 12:18:35 +0100 |
commit | 555c135b680c7013dbeb68565e8843092a7c5d5f (patch) | |
tree | 7e0ad5f917331ba696382c967c19a9c92bf9e54f /.config/starship.toml | |
parent | ce77153d0418371aa1990f32e4448445bbaa7556 (diff) |
starship vim symbol, alacritty dynamic titles, i3 gaps
Diffstat (limited to '.config/starship.toml')
-rw-r--r-- | .config/starship.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/starship.toml b/.config/starship.toml index 8878be7..02d2969 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -4,6 +4,7 @@ disabled = true [character] success_symbol = "[➜](bold green) " error_symbol = "[✗](bold red) " +vicmd_symbol = "[](bold white) " [cmd_duration] disabled = true |