Actualización

This commit is contained in:
perro tuerto 2024-01-23 10:53:43 -08:00
parent c9b459c574
commit e03d63a32c
1 changed files with 5 additions and 1 deletions

View File

@ -360,7 +360,11 @@ Ejemplos:
### Recarga aliases
recargar () {
source $HOME/.bashrc
if [ -f "$HOME/.zshrc" ]; then
source $HOME/.zshrc
else
source $HOME/.bashrc
fi
}
### Respalda discos