dotfiles

My ~/.config directory

  1. 1
  2. 2
  3. 3
  4. 4
function start-ssh-agent -d "Start ssh-agent and add the default key"
    eval (ssh-agent -c)
    ssh-add
end