mirror of
https://github.com/danbulant/nushell
synced 2026-06-10 18:20:25 +00:00
Default prompt animations to off (#403)
This commit is contained in:
parent
43972db131
commit
f57d629b55
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue