X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xinitrc;h=002c4c1278d92c092707e2f88e83040543db6482;hb=12d6b4f58de78a9874e4632a8e96f0a397fd458d;hp=475da6ed98a4c2e6143f6f7a2e25ecd21cd6a486;hpb=bd74707b46ada50095b544c02ad313efeb80b922;p=config%2Fdotfiles.git diff --git a/xinitrc b/xinitrc index 475da6e..002c4c1 100755 --- a/xinitrc +++ b/xinitrc @@ -6,7 +6,7 @@ # Start ssh-agent if we have private keys, thanks to # http://code.haskell.org/XMonadContrib/scripts/xinitrc (read on 2011-06-19). if [ -x /usr/bin/ssh-agent -a -f "$HOME/.ssh/id_rsa" ]; then - eval `ssh-agent` + eval `/usr/bin/ssh-agent` fi # Use a black background for the root window.