Actualización

This commit is contained in:
perro tuerto 2023-06-12 09:26:52 -07:00
parent 3fb8836fd1
commit d3e31fbcd1
1 changed files with 3 additions and 3 deletions

View File

@ -240,11 +240,11 @@ aliases () {
else
cp $BASH_ALIAS $RLOC_ALIAS
fi
tmp=$(pwd)
curr=$(pwd)
cd $(dirname $RLOC_ALIAS)
git add . && git commit -m "Actualización" && git push
cd $tmp
unset $tmp
cd $curr
unset curr
;;
enlazar | link)
if [ -f "$RLOC_ALIAS" ]; then