From 5b7e0db847c46affc207c327835d1efd3b2727de Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 25 Nov 2023 18:08:34 +0100 Subject: Misc updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- git/bash-aliases | 9 --------- 1 file changed, 9 deletions(-) (limited to 'git/bash-aliases') diff --git a/git/bash-aliases b/git/bash-aliases index 3552668..3b19a26 100644 --- a/git/bash-aliases +++ b/git/bash-aliases @@ -7,15 +7,6 @@ gitcomm () { git commit --signoff -S"$GPG_KEY" -m "$*" } -ge () { - if [ -z "$EDITOR" ]; then - printf '\e[1;31m%s\e[0m\n' 'No default editor is set, please configure the environment variable EDITOR' - else - $EDITOR -- "$@" - git add -- "$@" - fi -} - gitpush () { git push -u origin `___git_branch_` } -- cgit v1.2.3-70-g09d2