FIX : typo

This commit is contained in:
Alexandre LUCAZEAU 2023-12-05 15:44:01 +00:00
parent b9cd78e43a
commit 3bcf24b6a7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
programs.fish.shellAliases = {
ll = "ls -l";
ls = "lsd";
lssh = "ssh -o 'PubkeyAcceptedKeyTypes +ssh-rsa' -o 'HostKeyAlgorithms +ssh-dss' -i ~/.ssh/id_rsa"
lssh = "ssh -o 'PubkeyAcceptedKeyTypes +ssh-rsa' -o 'HostKeyAlgorithms +ssh-dss' -i ~/.ssh/id_rsa";
# vi = "nvim";
# vim = "nvim";
};