From 0639ff49604a44b3c487110860f511ac9b426e60 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 2 May 2024 16:53:38 +0100 Subject: fix(dotfiles): allow clearing aliases, disable import (#1995) * fix(dotfiles): allow clearing aliases, disable import At the moment there are far too many edge cases to handle importing aliases. 1. We need an interactive shell to print aliases. Without it, most shells won't report much. 2. Many people have their shells print things on startup (graphics, fortunes, etc). This could be detected as an attempt to set an alias. Rather than spend the next year finding import edge cases, I'm disabling it for now. There's probably a better way we can do this? * clippy --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index d12dedf9..9b002bd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,6 +207,7 @@ dependencies = [ "itertools", "log", "ratatui", + "regex", "rpassword", "runtime-format", "rustix", -- cgit v1.3.1