Added aliases for use SSH Windows implementation

This commit is contained in:
Fabio Scotto di Santolo
2025-12-16 17:10:12 +01:00
parent aa1364ef29
commit 80e6cc23c3

View File

@@ -179,6 +179,8 @@ alias userlist="cut -d: -f1 /etc/passwd | sort"
alias ip='ip -color' alias ip='ip -color'
alias stow='stow -d $DOTFILES ' alias stow='stow -d $DOTFILES '
alias em='emacsclient -t' alias em='emacsclient -t'
alias ssh='ssh.exe'
alias ssh-add='ssh-add.exe'
# Starship prompt # Starship prompt
if command -v starship > /dev/null 2>&1; then if command -v starship > /dev/null 2>&1; then