From ca6c4f7fcd4e4a31fb4efbbe395cb7e064bc8ef3 Mon Sep 17 00:00:00 2001 From: Phantop Date: Wed, 15 Apr 2020 20:48:12 -0400 Subject: [PATCH] Fish: giveme as an alias --- .config/fish/functions/giveme.fish | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/fish/functions/giveme.fish b/.config/fish/functions/giveme.fish index edc3d8d..11a89f3 100644 --- a/.config/fish/functions/giveme.fish +++ b/.config/fish/functions/giveme.fish @@ -1,5 +1,4 @@ +# Defined in /tmp/fish.zBYqg4/giveme.fish @ line 2 function giveme - for i in (ff) - s chown $USER $i - end + s chown $USER $argv end