From 4ae642f05244afabce37e4eabf6bfca773ad3d07 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 18 Aug 2020 17:14:13 +0200 Subject: [PATCH] starship: Add config --- home/.config/starship.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 home/.config/starship.toml diff --git a/home/.config/starship.toml b/home/.config/starship.toml new file mode 100644 index 0000000..967f38e --- /dev/null +++ b/home/.config/starship.toml @@ -0,0 +1,4 @@ +add_newline = false + +[python] +python_binary = "python3"