diff --git a/zsh/zshrc b/zsh/zshrc index 5045cc9..af1742c 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -126,6 +126,7 @@ alias v='vim' # life's too short to type "vim" every time in full alias vimrc='vim ~/.vim/vimrc' alias alltheconfigs='~/alltheconfigs.sh' + alias agentssh='ssh-agent -s && ssh-add ~/.ssh/fedUltim' # add development key on demand alias rsync-copy='rsync -avz --progress -h' alias rsync-move='rsync -avz --progress -h --remove-source-files' alias rsync-synchronize='rsync -avzu --delete --progress -h'