1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-06 18:16:49 +02:00

Default prompt animations to off ()

This commit is contained in:
JT 2021-12-03 06:26:23 +13:00 committed by GitHub
parent 43972db131
commit f57d629b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ use crate::{ShellError, Value};
use serde::{Deserialize, Serialize};
use std::collections::HashMap;
const ANIMATE_PROMPT_DEFAULT: bool = true;
const ANIMATE_PROMPT_DEFAULT: bool = false;
#[derive(Serialize, Deserialize, Clone, Debug)]
pub struct Config {