From dcb83900b48477217f9ddd3872a0a810a4168f38 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 30 Sep 2021 00:15:34 +0200 Subject: starship: Add simple config .config/starship.toml: Add simple config to always show username and host and to truncate directories after eight components. --- .config/starship.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .config/starship.toml (limited to '.config/starship.toml') diff --git a/.config/starship.toml b/.config/starship.toml new file mode 100644 index 0000000..ec4c2c5 --- /dev/null +++ b/.config/starship.toml @@ -0,0 +1,9 @@ +[directory] +truncation_length = 8 +truncation_symbol = "…/" + +[hostname] +ssh_only = false + +[username] +show_always = true -- cgit v1.2.3-54-g00ecf