From 1e2a9eadf36f9595649cdd5189c2cd8e45aba10e Mon Sep 17 00:00:00 2001 From: perro Date: Mon, 12 Jun 2023 09:27:43 -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 | 1 + 1 file changed, 1 insertion(+) diff --git a/aliases.sh b/aliases.sh index 0543526..a1493e1 100644 --- a/aliases.sh +++ b/aliases.sh @@ -243,6 +243,7 @@ aliases () { curr=$(pwd) cd $(dirname $RLOC_ALIAS) git add . && git commit -m "ActualizaciĆ³n" && git push + echo $curr cd $curr unset curr ;;