Dotfiles_ArchAP/bin/.local/bin/kitty-ssh-add.sh
2026-06-05 13:01:27 +02:00

10 lines
174 B
Bash
Executable file

#!/usr/bin/env bash
set -e
cd "$HOME"
# lance ssh-add dans ce kitty
ssh-add "$HOME/.ssh/id_ed25519-admin"
# quand c'est fini, on lance un shell interactif normal
exec zsh