From 006a02eebd47cafb9df87edac5ad965c81cef0c4 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Mon, 30 Sep 2024 11:33:13 +0200 Subject: [PATCH] Remove git aliases which already exist from omz plugin. Also change gh copilot aliases. --- home/.zshrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/home/.zshrc b/home/.zshrc index 282964f..e079cbf 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -127,10 +127,9 @@ else alias wlc="wl-copy" alias wlp="wl-paste" fi -alias gs="git status" -alias gc="git commit -m" -alias ga="git add" -alias gA="git add -A" +alias pilot="gh copilot" +alias ps="gh copilot suggest" +alias pe="gh copilot explain" # Alias functions vif() {