diff options
author | Aaron LI <aly@aaronly.me> | 2017-09-14 16:32:39 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-09-14 16:32:39 +0800 |
commit | 58029087112c3f00c6cd5dd6d446b6c7fc859b2a (patch) | |
tree | c61c7295f60c7b01426ba2abebf894af002d0ecd /_profile | |
parent | 98fe0e35d9e80b091cd90cf17dde89f5f6502a5e (diff) | |
download | dotfiles-58029087112c3f00c6cd5dd6d446b6c7fc859b2a.tar.bz2 |
profile: Fix typo
Diffstat (limited to '_profile')
-rw-r--r-- | _profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ fi ## gpg-agent: start it if not running if ! _running gpg-agent; then - gpgconf --lanuch gpg-agent + gpgconf --launch gpg-agent fi ## Set SSH to use 'gpg-agent' |