diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-04 19:13:50 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-04 19:13:50 +0000 |
commit | bf984979d5ea0c3de2cfde0a8d1d555fdf820f89 (patch) | |
tree | 2c3a383914928d09383bec954bc8ea50a186c2c3 /fish2024/functions/gitrepos.fish | |
parent | 5247b5b67ce81cf0cd30426a975eed2711a63b89 (diff) |
Adds a bunch more fish aliai
Diffstat (limited to 'fish2024/functions/gitrepos.fish')
-rw-r--r-- | fish2024/functions/gitrepos.fish | 4 |
1 files changed, 4 insertions, 0 deletions
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 |