diff options
author | katherine <shmibs@shmibbles.me> | 2016-10-03 03:54:11 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2016-10-03 03:54:11 -0700 |
commit | 85c7c435c4ab74d2839ce080e859bfc4b21250b8 (patch) | |
tree | fbdfc79bcd273af06270a444e1f4636e84081901 /.zprofile | |
parent | b966fdeb00ccbe66e1e9f4d78e34aedad72bb9e0 (diff) | |
download | dotfiles-85c7c435c4ab74d2839ce080e859bfc4b21250b8.tar.gz |
move 'f' to init/funcs
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |