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 else
cp $BASH_ALIAS $RLOC_ALIAS cp $BASH_ALIAS $RLOC_ALIAS
fi fi
tmp=$(pwd) curr=$(pwd)
cd $(dirname $RLOC_ALIAS) cd $(dirname $RLOC_ALIAS)
git add . && git commit -m "Actualización" && git push git add . && git commit -m "Actualización" && git push
cd $tmp cd $curr
unset $tmp unset curr
;; ;;
enlazar | link) enlazar | link)
if [ -f "$RLOC_ALIAS" ]; then if [ -f "$RLOC_ALIAS" ]; then