From bc7e21ca793cb70d4a4256c3961b3cc5f9d7b13b Mon Sep 17 00:00:00 2001 From: Jake Boeckerman Date: Sun, 27 Oct 2024 00:27:34 -0600 Subject: [PATCH] discovered this doesn't work for window exe paths --- plugins/available/type-through-aliases.plugin.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/available/type-through-aliases.plugin.bash b/plugins/available/type-through-aliases.plugin.bash index d6670f77ab..627df69a3e 100644 --- a/plugins/available/type-through-aliases.plugin.bash +++ b/plugins/available/type-through-aliases.plugin.bash @@ -2,6 +2,7 @@ cite about-plugin about-plugin 'allow type to see through aliases and try to find the underlying command' +# TODO: this doesn't work with `alias foo='/a path/with spaces'` function type { about 'enhance the shell builtin `type` to try and see through aliases'