tCreate configuration dir manually before writing to config file - fffs - fast and simple shell plugin manager
(HTM) git clone git://src.adamsgaard.dk/fffs
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit a72e860aeac6ef478cc19df5b4553f618fde7e72
(DIR) parent ba8dc160f81e1b93a4d418c48188ef05005bfd74
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 14 Mar 2019 17:33:54 +0100
Create configuration dir manually before writing to config file
Diffstat:
M run_tests.sh | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/run_tests.sh b/run_tests.sh
t@@ -14,6 +14,7 @@ pluginfile="$confdir/plugins-zsh"
./fffs zsh clean
[[ -d "$confdir/lib" ]] && exit 1
+mkdir -p "$confdir"
echo -e "https://github.com/zsh-users/zsh-autosuggestions\n" \
"https://github.com/zsh-users/zsh-completions\n" \
"https://github.com/zsh-users/zsh-syntax-highlighting\n" \