aboutsummaryrefslogtreecommitdiffstats
path: root/_profile
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-07-30 19:40:41 +0800
committerAaron LI <aaronly.me@outlook.com>2016-07-30 19:40:41 +0800
commiteefdf390a7d836af36c01e2cf5cbddeb965535a3 (patch)
tree2df7917b0d6fdc6cddf668a1d58dc0a33bc40bc8 /_profile
parent2c139a1b8303d8c74464c79136843e371e3c5bea (diff)
downloaddotfiles-eefdf390a7d836af36c01e2cf5cbddeb965535a3.tar.bz2
_profile: fix a typo
Diffstat (limited to '_profile')
-rw-r--r--_profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/_profile b/_profile
index 072a288..9b62963 100644
--- a/_profile
+++ b/_profile
@@ -4,7 +4,7 @@
# executed by the command interpreter for login shells
#
# Aaron LI
-# Updated: 2016-06-13
+# Updated: 2016-07-30
#
@@ -49,7 +49,7 @@ fi
### GnuPG
if ! pgrep -x -u "${USER}" gpg-agent >/dev/null 2>&1; then
- eval $(gpg-agent --damon --write-env-file "${HOME}/.cache/gpg-agent-info")
+ eval $(gpg-agent --daemon --write-env-file "${HOME}/.cache/gpg-agent-info")
fi