From 3d7e3a8674d184bde863abd8d25178a1f2dbfe3f Mon Sep 17 00:00:00 2001 From: perro Date: Mon, 12 Jun 2023 09:30:07 -0700 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliases.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/aliases.sh b/aliases.sh index a1493e1..5f58ca5 100644 --- a/aliases.sh +++ b/aliases.sh @@ -240,12 +240,9 @@ aliases () { else cp $BASH_ALIAS $RLOC_ALIAS fi - curr=$(pwd) cd $(dirname $RLOC_ALIAS) - git add . && git commit -m "ActualizaciĆ³n" && git push - echo $curr - cd $curr - unset curr + # git add . && git commit -m "ActualizaciĆ³n" && git push + cd $(parent) ;; enlazar | link) if [ -f "$RLOC_ALIAS" ]; then