summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-02-07 16:03:19 +0100
committerJokler <jokler@protonmail.com>2020-02-07 16:03:19 +0100
commitd106f3635dfef0203cf0fde0c070bad49ee496eb (patch)
tree1d86c17c869ca7917caeecc6eab7402b2c4fb9b2 /.config
parentb6be49b3341f53ea880112f0a429abc13f298ba2 (diff)
downloaddotfiles-d106f3635dfef0203cf0fde0c070bad49ee496eb.tar.gz
dotfiles-d106f3635dfef0203cf0fde0c070bad49ee496eb.zip
Use starship to generate the ZSH prompt
Diffstat (limited to '.config')
-rw-r--r--.config/starship.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/starship.toml b/.config/starship.toml
new file mode 100644
index 0000000..56fb7a6
--- /dev/null
+++ b/.config/starship.toml
@@ -0,0 +1,9 @@
+[character]
+symbol = "➜"
+
+[directory]
+truncate_to_repo = false
+truncation_length = 8
+
+[rust]
+symbol = "⚙️ "