From b861a2a48265818db5b1aa850b6361f2e6305ebe Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 17 Feb 2022 16:42:31 -0500 Subject: change gall to a sh script --- fish/.config/fish/functions/gall.fish | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 fish/.config/fish/functions/gall.fish (limited to 'fish/.config') diff --git a/fish/.config/fish/functions/gall.fish b/fish/.config/fish/functions/gall.fish deleted file mode 100644 index cb0418d..0000000 --- a/fish/.config/fish/functions/gall.fish +++ /dev/null @@ -1,5 +0,0 @@ -# Defined in /tmp/fish.sXa0jy/gall.fish @ line 2 -function gall - find ~/workspace -type d -name .git -print0 \ - | xargs -0 -n1 -I% git --git-dir=% --work-tree=%/.. $argv -end -- cgit 1.4.1