From 15b979b06e12665675a59292a45b98141ac9124a Mon Sep 17 00:00:00 2001 From: JT <547158+jntrnr@users.noreply.github.com> Date: Sat, 1 Jan 2022 09:41:29 +1100 Subject: [PATCH] Bump reedline (#634) --- Cargo.lock | 2 +- crates/nu-protocol/src/config.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a8f9de898..9dbea716e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2562,7 +2562,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.2.0" -source = "git+https://github.com/nushell/reedline?branch=main#913e58d4a9100137f3ecaa70e4c067c9e9f43dc6" +source = "git+https://github.com/nushell/reedline?branch=main#3292aaa2b4b6266c84d749476ebba874b8c6ebb9" dependencies = [ "chrono", "crossterm", diff --git a/crates/nu-protocol/src/config.rs b/crates/nu-protocol/src/config.rs index e61f6a7d62..0f6788f934 100644 --- a/crates/nu-protocol/src/config.rs +++ b/crates/nu-protocol/src/config.rs @@ -2,7 +2,7 @@ use crate::{BlockId, ShellError, Span, Value}; use serde::{Deserialize, Serialize}; use std::collections::HashMap; -const ANIMATE_PROMPT_DEFAULT: bool = false; +const ANIMATE_PROMPT_DEFAULT: bool = true; #[derive(Serialize, Deserialize, Clone, Debug)] pub struct EnvConversion {