diff options
-rw-r--r-- | .config/starship.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/starship.toml b/.config/starship.toml index ec4c2c5..34a1628 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -5,5 +5,8 @@ truncation_symbol = "…/" [hostname] ssh_only = false +[status] +disabled = false + [username] show_always = true |