aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-10-03 03:54:11 -0700
committerkatherine <shmibs@shmibbles.me>2016-10-03 03:54:11 -0700
commit85c7c435c4ab74d2839ce080e859bfc4b21250b8 (patch)
treefbdfc79bcd273af06270a444e1f4636e84081901 /.zprofile
parentb966fdeb00ccbe66e1e9f4d78e34aedad72bb9e0 (diff)
downloaddotfiles-85c7c435c4ab74d2839ce080e859bfc4b21250b8.tar.gz
move 'f' to init/funcs
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile2
1 files changed, 1 insertions, 1 deletions
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