From cbb91d008e193e3eb2d405cb53b62a4ae4aeefa2 Mon Sep 17 00:00:00 2001 From: perro Date: Sun, 18 Jun 2023 10:36:08 -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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aliases.sh b/aliases.sh index 5c557b0..0495f1a 100644 --- a/aliases.sh +++ b/aliases.sh @@ -319,7 +319,8 @@ aliases () { if [ -f "$RLOC_ALIAS" ]; then if [ -f "$OZSH_ALIAS" ]; then ln -fs $RLOC_ALIAS $OZSH_ALIAS - else + fi + if [ -f "$BASH_ALIAS" ]; then ln -fs $RLOC_ALIAS $BASH_ALIAS fi recargar