update
This commit is contained in:
parent
b8385c110e
commit
849da14928
4 changed files with 69 additions and 0 deletions
5
functions/clean_mac_files.fish
Normal file
5
functions/clean_mac_files.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
# delete mac files
|
||||
function clean_mac_files
|
||||
find . -name '.DS_Store' -type f -delete;
|
||||
find . -name '._*' -type f -delete
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue