diff --git a/Makefile b/Makefile index db1dae05..4a129663 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ ns_stow_package = test -d ${package} && \ (stow -${1} ${package} ${NS_STOW_OPTIONS} && \ echo ${NS_SUCCESS}) || \ - echo "FAILURE: Not a valid target directory." + echo "FAILURE: Not a valid package directory." ns_stow_all = \ echo "STATUS: No package variable given. Performing stow operation on all directories..."; \ diff --git a/git/README.md b/git/README.md index 9d4ea1a4..03ad78b1 100644 --- a/git/README.md +++ b/git/README.md @@ -1,6 +1,6 @@ # Git -- [Git][git] is the standard version control tool. +[Git][git] is the standard version control tool. # Use Cases diff --git a/gpg/.gnupg/gpg-agent.conf b/gpg/.gnupg/gpg-agent.conf index 7260f577..ca2544b3 100644 --- a/gpg/.gnupg/gpg-agent.conf +++ b/gpg/.gnupg/gpg-agent.conf @@ -9,3 +9,5 @@ default-cache-ttl 43200 # Invalidate the cache entry after 12 hours have passed max-cache-ttl 43200 + +# vim:ft=dosini