X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.bashrc;h=f84374fd7919460299ab9d9eeb02b81e026afa80;hb=refs%2Fremotes%2Forigin%2FHEAD;hp=ff4b85b956306346a6d2702aa87a6b26b7e68271;hpb=3be0a9efc698a9570a44456009afc6014812625a;p=dotfiles%2F.git diff --git a/.bashrc b/.bashrc index ff4b85b9..f84374fd 100644 --- 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