diff options
author | David Runge <dave@sleepmap.de> | 2021-11-24 20:28:26 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2021-11-24 20:28:26 +0100 |
commit | 9b612d74be571f4b088cf7d7833ef2605e041048 (patch) | |
tree | 4f3b691ac851fd532db5a901dc8c0ce322ba3bc1 | |
parent | 6b4e6df080ecdeae2af313ca70546c9ab141e93f (diff) | |
download | dotfiles-9b612d74be571f4b088cf7d7833ef2605e041048.tar.gz dotfiles-9b612d74be571f4b088cf7d7833ef2605e041048.tar.bz2 dotfiles-9b612d74be571f4b088cf7d7833ef2605e041048.tar.xz dotfiles-9b612d74be571f4b088cf7d7833ef2605e041048.zip |
starship: Add status output
.config/starship.toml:
Add status output for starship.
-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 |