From cd263b031c7d9fc56418ebd8f17f3d56c8625155 Mon Sep 17 00:00:00 2001 From: Britt Gresham Date: Mon, 19 Feb 2018 17:20:39 -0800 Subject: [PATCH] Propose bashrc alias bootstrap flag This commit proposes a bootstrap flag that can be passed into the contrib subapplication for backwards compatibility if applications disappear from `/usr/bin/`. Backwards compatibility would persist for those that opt into the feature by adding `source $(tilde contrib --bootstrap)` to their ~/.bashrc or added globally with a modification to /etc/bash_profile. Additionally new features would be made available to everyone who uses this command to bootstrap their shell environment as soon as they are approved by a server admin. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0498037..6b7c5d9 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,12 @@ $ tilde contrib --list feels writo # truncated for example's sake +$ tilde contrib --bootstrap + alias botany='tilde contrib botany' + alias feels='tilde contrib feels' + alias writo='tilde contrib writo' + # truncated for example's sake + # For backwards compatability when included in ~/.bashrc as `source $(tilde contrib --bootstrap)` $ tilde contrib botany # ...runs botany $ vim cool_program