sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| <?php | |
| /** | |
| * Comprueba si el rut ingresado es valido | |
| * | |
| * @param $rut string | |
| * @return true o false | |
| */ | |
| function valida_rut($rut) |