diff options
-rw-r--r-- | .config/starship.toml | 9 |
1 files changed, 9 insertions, 0 deletions
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 |