From b18acf8193b93a4b1bae35708a628c6acc686e85 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Tue, 19 Mar 2013 09:55:27 +0100 Subject: [PATCH] dotfiles: rename shell confs and add ssh-withautoadd.sh --- dotfiles/shell/{profile-sshagent => .profile-sshagent} | 0 dotfiles/shell/{zshrc => .zshrc} | 0 dotfiles/shell/ssh-withautoadd.sh | 5 +++++ 3 files changed, 5 insertions(+) rename dotfiles/shell/{profile-sshagent => .profile-sshagent} (100%) rename dotfiles/shell/{zshrc => .zshrc} (100%) create mode 100755 dotfiles/shell/ssh-withautoadd.sh diff --git a/dotfiles/shell/profile-sshagent b/dotfiles/shell/.profile-sshagent similarity index 100% rename from dotfiles/shell/profile-sshagent rename to dotfiles/shell/.profile-sshagent diff --git a/dotfiles/shell/zshrc b/dotfiles/shell/.zshrc similarity index 100% rename from dotfiles/shell/zshrc rename to dotfiles/shell/.zshrc diff --git a/dotfiles/shell/ssh-withautoadd.sh b/dotfiles/shell/ssh-withautoadd.sh new file mode 100755 index 0000000..c134329 --- /dev/null +++ b/dotfiles/shell/ssh-withautoadd.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +ssh-add -l > /dev/null || ssh-add +ssh "$@" + -- 2.30.2