projects
/
dotfiles
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3be0a9e
)
Update .bashrc
main
origin/HEAD
origin/main
author
Oscar J Rodriguez
<josuer08@gmail.com>
Fri, 29 Sep 2023 20:35:53 +0000
(13:35 -0700)
committer
GitHub
<noreply@github.com>
Fri, 29 Sep 2023 20:35:53 +0000
(13:35 -0700)
deleted bug that added a 1 every ttime you oppened a new terminal
.bashrc
patch
|
blob
|
history
diff --git
a/.bashrc
b/.bashrc
index ff4b85b956306346a6d2702aa87a6b26b7e68271..f84374fd7919460299ab9d9eeb02b81e026afa80 100644
(file)
--- a/
.bashrc
+++ b/
.bashrc
@@
-81,8
+81,8
@@
set -o vi
#####adding the agent forwarding stuff
if [ -z "$SSH_AUTH_SOCK" ] ; then
- eval `ssh-agent` > /dev/null 2
&>
1;
- ssh-add > /dev/null 2
&>
1;
+ eval `ssh-agent` > /dev/null 2
>&
1;
+ ssh-add > /dev/null 2
>&
1;
fi