mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
misc: Update wording
Some minor changes here that don't affect anything.
This commit is contained in:
parent
a894674c64
commit
d1d30591fd
2
Makefile
2
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..."; \
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Git
|
||||
|
||||
- [Git][git] is the standard version control tool.
|
||||
[Git][git] is the standard version control tool.
|
||||
|
||||
# Use Cases
|
||||
|
||||
|
@ -9,3 +9,5 @@ default-cache-ttl 43200
|
||||
|
||||
# Invalidate the cache entry after 12 hours have passed
|
||||
max-cache-ttl 43200
|
||||
|
||||
# vim:ft=dosini
|
||||
|
Loading…
Reference in New Issue
Block a user