Created an alias for quickly starting ssh-agent and ssh-adding the relevant key on demand

This commit is contained in:
fedora 2019-05-24 00:33:42 +02:00
parent f94d3bb924
commit 4a90922401
Signed by: wanderer
GPG Key ID: 7B28D8DC28BD2388

View File

@ -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'