From 984111dab9e9595d0172aff824bb46357cab385c Mon Sep 17 00:00:00 2001 From: TBS093A Date: Thu, 18 May 2023 15:03:35 +0200 Subject: [PATCH] feat(zsh.config): add alias for fast & easy ssh identity adding --- zsh.config/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh.config/.zshrc b/zsh.config/.zshrc index c369b26..6b26b36 100644 --- a/zsh.config/.zshrc +++ b/zsh.config/.zshrc @@ -105,6 +105,8 @@ source $ZSH/oh-my-zsh.sh alias tmux-session=/root/linux.config/tmux.config/tmux.session.sh +alias add-tbs093a-git-id='eval "$(ssh-agent -s)"; ssh-add ~/.ssh/git_accesses' + # Generated for envman. Do not edit. [ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"