From 792a40ed1816cd0e6c98076e126d6008b427daae Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 12 Oct 2024 16:52:15 -0500 Subject: [PATCH] copilot CLI suggestions aliases --- executable_dot_bash_aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/executable_dot_bash_aliases b/executable_dot_bash_aliases index a903abf..33a1a3a 100644 --- a/executable_dot_bash_aliases +++ b/executable_dot_bash_aliases @@ -1,4 +1,6 @@ # Controlled by chezmoi +alias copilot='gh copilot' +alias suggest='gh copilot suggest -t shell' alias cha='chezmoi apply --interactive' alias nano='micro' alias ch='chezmoi'