about summary refs log tree commit diff
path: root/fish/.config/fish/functions/gall.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish/.config/fish/functions/gall.fish')
-rw-r--r--fish/.config/fish/functions/gall.fish5
1 files changed, 0 insertions, 5 deletions
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