From 80e6cc23c3e82206e8ff9c72da909a6a64d336bd Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Tue, 16 Dec 2025 17:10:12 +0100 Subject: [PATCH] Added aliases for use SSH Windows implementation --- bash/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/.bashrc b/bash/.bashrc index e220623..5142581 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -179,6 +179,8 @@ alias userlist="cut -d: -f1 /etc/passwd | sort" alias ip='ip -color' alias stow='stow -d $DOTFILES ' alias em='emacsclient -t' +alias ssh='ssh.exe' +alias ssh-add='ssh-add.exe' # Starship prompt if command -v starship > /dev/null 2>&1; then