From db947a1f555eab19b87cd540c831d1fc30310025 Mon Sep 17 00:00:00 2001 From: katherine Date: Wed, 19 Dec 2018 17:35:39 -0700 Subject: add fancy new functions, with shared helpers --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c3df76f..e12008b 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,13 @@ folders "[funcs](.config/init/funcs/)" and "[funcreqs](.config/init/funcreqs/)", which, respectively, contain executable scripts and their prerequisite commands and arbitrary check commands. the latter prerequisites are tested from [.zprofile](.zprofile) at login and, if -passed, the functions are symlinked into /tmp/funcs, which is included in -$PATH. thus, this system allows for configs which automatically adapt to the +passed, the functions are symlinked into /tmp/funcs, which is appended to +`$PATH`. thus, this system allows for configs which automatically adapt to the host environment, enabling only what functionality is compatible. so far i've been the only user on systems using this config, but will probably make the dir -these are written into configurable as well if that ever happens (not safe at -all to stick the things you're running in tmp on a multi-user system!). +these are written into configurable as well if that ever changes (since +otherwise that's a pretty big security flaw, with anyone who can write to tmp +able to add commands to the shell). ## Current Utilities -- cgit v1.2.3