Created an alias for quickly starting ssh-agent and ssh-adding the relevant key on demand
This commit is contained in:
parent
f94d3bb924
commit
4a90922401
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user