fffs

Fast and simple shell plugin manager
git clone git://src.adamsgaard.dk/fffs
Log | Files | Refs | README | LICENSE

commit ba8dc160f81e1b93a4d418c48188ef05005bfd74
parent 115dbebaad4b4fe3dbaf66b216b66c807cdeb819
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 14 Mar 2019 17:27:40 +0100

Create config dir during initialization

Diffstat:
Mfffs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/fffs b/fffs @@ -88,6 +88,7 @@ function check_if_source_in_shellrc { function init_sources { echo "Generating source file $plugindir/$shell/sources" + mkdir -p "$plugindir/$shell" echo "#!/usr/bin/env $shell" > "$plugindir/$shell/sources" if [[ "$shell" == "zsh" ]]; then