From fc7e756142255eadf64a64fe7342e157cabe4fb9 Mon Sep 17 00:00:00 2001 From: fabian Date: Mon, 2 May 2022 22:47:38 +0200 Subject: [PATCH] cleanup: removed now obsolete method --- home_external/.bash_aliases | 6 ------ 1 file changed, 6 deletions(-) diff --git a/home_external/.bash_aliases b/home_external/.bash_aliases index 10683b3..f7fc77d 100644 --- a/home_external/.bash_aliases +++ b/home_external/.bash_aliases @@ -17,9 +17,3 @@ alias nnn='nnn -dHrR' alias nn='n -dHrR' alias finds='find $* 2>/dev/null' alias c='clear' - - -gitea () { - # --local is default and thus implied - git --config core.sshCommand="ssh -p 222" $@ -}