mirror of
https://github.com/Phantop/dotfiles
synced 2025-02-08 04:28:12 +00:00
6 lines
66 B
Fish
6 lines
66 B
Fish
function giveme
|
|
for i in (ff)
|
|
s chown $USER $i
|
|
end
|
|
end
|