From 6974d9285b102a8576f1b5387626c873dfdc660e Mon Sep 17 00:00:00 2001 From: Julien Rabier Date: Thu, 4 Jun 2020 11:21:01 +0200 Subject: [PATCH] add time to prompt --- private_dot_config/starship.toml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/private_dot_config/starship.toml b/private_dot_config/starship.toml index 685a731..3cc7353 100644 --- a/private_dot_config/starship.toml +++ b/private_dot_config/starship.toml @@ -1,23 +1,7 @@ -# Don't print a new line at the start of the prompt add_newline = false -# Replace the "❯" symbol in the prompt with "➜" -#[character] # The name of the module we are configuring is "character" -#symbol = "➜" # The "symbol" segment is being set to "➜" - -# Disable the package module, hiding it from the prompt completely -#[package] -#disabled = true -# -#[python] -#disabled = true -# -#[golang] -#disabled = true -# -#[nodejs] -#disabled = true - [line_break] disabled = true +[time] +disabled = false