From 4be2fb4e53dfd1493dc0e4603f2dbf005bea9a09 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Thu, 6 May 2021 12:13:43 -0400 Subject: remove zsh --- dot_local/share/toasty/functions/sourceall | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 dot_local/share/toasty/functions/sourceall (limited to 'dot_local/share/toasty/functions/sourceall') diff --git a/dot_local/share/toasty/functions/sourceall b/dot_local/share/toasty/functions/sourceall deleted file mode 100644 index b63c58b..0000000 --- a/dot_local/share/toasty/functions/sourceall +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/zsh -local ext= -local f= -local p= - -# calling `sourceall zsh` will source *.zsh, otherwise * -(( $# > 0 )) && ext=".$1" - -for p in $apath -do - [[ -d $p ]] || continue - for f in $p/*$ext(.N) - do - [[ -r $f ]] && . $f - done -done -- cgit v1.2.3