Skip to content

Commit

Permalink
agent
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Mar 26, 2020
1 parent 7f3e679 commit 51fd13e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ alias ll="ls -l"
alias md="mkdir"
alias pd="pushd"

# SSH AGENT
alias agent="eval `ssh-agent` ; ssh-add"
1 change: 1 addition & 0 deletions .logout
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kill $SSH_AGENT_PID
2 changes: 1 addition & 1 deletion setup
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ _readlinkf() {
setup_local_files() {
[ ! -e .git ] && echo "Sorry this is not a git repo" && exit 1
local mod_count=0
local my_dot_files=(.bashrc .bash_local .gitconfig .emacs .emacs.d .condarc .pythonrc .vimrc .vim .ipython bin)
local my_dot_files=(.logout .bashrc .bash_local .gitconfig .emacs .emacs.d .condarc .pythonrc .vimrc .vim .ipython bin)
mkdir ${homedir}/.vim
mkdir ${homedir}/bin
for dot_file in ${my_dot_files[@]}; do
Expand Down

0 comments on commit 51fd13e

Please sign in to comment.