From 7eae13b598bc797ca2ee90d459c5a28af018718a Mon Sep 17 00:00:00 2001 From: aditya Date: Wed, 7 Jun 2023 11:45:11 +0530 Subject: [PATCH] add autostart --- autostart/ssh-add.desktop | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 autostart/ssh-add.desktop diff --git a/autostart/ssh-add.desktop b/autostart/ssh-add.desktop new file mode 100644 index 0000000..4c51174 --- /dev/null +++ b/autostart/ssh-add.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Exec=zsh -extendedglob -c 'ssh-add -q ~/.ssh/ssh^*.pub < /dev/null' +Name=ssh-add +Type=Application +X-KDE-AutoStartScript=true