Skip to content

Commit

Permalink
good agent func
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Mar 26, 2020
1 parent 51fd13e commit 7def9b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ alias md="mkdir"
alias pd="pushd"

# SSH AGENT
alias agent="eval `ssh-agent` ; ssh-add"
function agent {
eval `ssh-agent` ;
ssh-add
}

0 comments on commit 7def9b7

Please sign in to comment.