From bf984979d5ea0c3de2cfde0a8d1d555fdf820f89 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 4 Feb 2024 19:13:50 +0000 Subject: Adds a bunch more fish aliai --- fish2024/functions/gitrepos.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fish2024/functions/gitrepos.fish (limited to 'fish2024/functions/gitrepos.fish') diff --git a/fish2024/functions/gitrepos.fish b/fish2024/functions/gitrepos.fish new file mode 100644 index 0000000..ef940cd --- /dev/null +++ b/fish2024/functions/gitrepos.fish @@ -0,0 +1,4 @@ +function gitrepos --wraps='ssh git@joannalemon.com "tree -L 2 repositories"' --description 'alias gitrepos=ssh git@joannalemon.com "tree -L 2 repositories"' + ssh git@joannalemon.com "tree -L 2 repositories" $argv + +end -- cgit v1.2.3