Skip to content

Commit

Permalink
ssh-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Rockway committed Mar 14, 2014
1 parent 9e04560 commit 5153db5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion bashrc
Expand Up @@ -79,4 +79,11 @@ case $TERM in
xterm* | rxvt* | screen* )
export PAGER="less"
esac
source $HOME/.google-bashrc

if [ -e $HOME/.google-bashrc ]; then
source $HOME/.google-bashrc
fi

if [ -e $HOME/.gpg-agent-info ]; then
source $HOME/.gpg-agent-info
fi
3 changes: 2 additions & 1 deletion xmonad/xmonad.hs
Expand Up @@ -239,7 +239,8 @@ myStartupHook = do
spawn "xscreensaver -nosplash"
spawn "xmobar .xmonad/mobar.conf"
spawn "compton -b"
spawn "feh --bg-fill /home/jrockway/.dotfiles/background.jpg"
spawn "feh --bg-fill .dotfiles/background.jpg"
spawn "gpg-agent --daemon --enable-ssh-support --use-standard-socket --write-env-file .gpg-agent-info"
-- spawn "redshift -l 40.7142:-74.0064 -t 6500:4800"
return ()

Expand Down

0 comments on commit 5153db5

Please sign in to comment.