From db5830ed833a70dabdb9ae858c01e6cc32760bda Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 16 Jul 2020 08:48:20 +0300
Subject: [PATCH] Remove the git alias expansion.

I think I added it to expand aliases with `git exec`. But now `git rm`
fails because it expands the `rm` alias.
---
 .bashrc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.bashrc b/.bashrc
index 4ddcf57..800ae90 100644
--- a/.bashrc
+++ b/.bashrc
@@ -93,7 +93,6 @@ alias clean-swp="find \$HOME/ -name '*.swp' -delete"
 alias unssh="ssh -o \"UserKnownHostsFile /dev/null\" -o \"StrictHostKeyChecking no\""
 alias todo="vim \$HOME/Documents/TODO.yml"
 alias sudo="sudo "
-alias git="git "
 alias xargs="xargs "
 alias monitor="monitor "
 alias sudome="sudome "
-- 
GitLab