From 85c7c435c4ab74d2839ce080e859bfc4b21250b8 Mon Sep 17 00:00:00 2001 From: katherine Date: Mon, 3 Oct 2016 03:54:11 -0700 Subject: move 'f' to init/funcs --- .zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zprofile') diff --git a/.zprofile b/.zprofile index 5607a06..ecfd86e 100644 --- a/.zprofile +++ b/.zprofile @@ -28,7 +28,7 @@ func_init_checkreq() { } if [[ -d ~/.config/init/funcs/ && -d ~/.config/init/funcreqs ]]; then - rm -r /tmp/funcs + rm -rf /tmp/funcs mkdir -p /tmp/funcs PATH=$PATH:/tmp/funcs for f in $HOME/.config/init/funcreqs/*; do -- cgit v1.2.3