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