aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-16 15:49:03 +0000
committerFuwn <[email protected]>2021-05-16 15:49:03 +0000
commit5d23c2877fb1fb1fa22c05e061c8ef7d84faa042 (patch)
treeeb427dbaf1b8ca835da83c41f0b98c1ff8369834 /src
parentfeat(builtins): add a neofetch like utility (diff)
downloadwhirl-5d23c2877fb1fb1fa22c05e061c8ef7d84faa042.tar.xz
whirl-5d23c2877fb1fb1fa22c05e061c8ef7d84faa042.zip
refactor(subs): remove two second delay before prompt initiailization
Diffstat (limited to 'src')
-rw-r--r--src/subs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subs.rs b/src/subs.rs
index 1066c3f..18107bc 100644
--- a/src/subs.rs
+++ b/src/subs.rs
@@ -44,7 +44,7 @@ pub async fn run() {
std::thread::sleep(std::time::Duration::default());
}
} else {
- std::thread::sleep(std::time::Duration::from_secs(2));
+ // std::thread::sleep(std::time::Duration::from_secs(2));
Prompt::handle().await;
}