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/autosource | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 dot_local/share/toasty/functions/autosource (limited to 'dot_local/share/toasty/functions/autosource') diff --git a/dot_local/share/toasty/functions/autosource b/dot_local/share/toasty/functions/autosource deleted file mode 100644 index 12b6bab..0000000 --- a/dot_local/share/toasty/functions/autosource +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/zsh -local f= -local p= -for f -do - for p in $spath - do - [[ -r $p/$f ]] && . "$p/$f" && break - done -done -- cgit v1.2.3