From 4bf20874c1167b9ab69f6aa3ee879cdfaca672f7 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Fri, 5 Nov 2021 20:12:35 -0300 Subject: Added extra files for syncing --- .config/fish/functions/uft.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/fish/functions/uft.fish (limited to '.config/fish/functions/uft.fish') diff --git a/.config/fish/functions/uft.fish b/.config/fish/functions/uft.fish new file mode 100644 index 00000000..41e33940 --- /dev/null +++ b/.config/fish/functions/uft.fish @@ -0,0 +1,4 @@ +function uft + rm -f ~/Documents/Gastos/Saved/import/import.csv + /usr/bin/ls -tr ~/Documents/Gastos/Saved/*.csv | tail -n 2 | xargs grep -Fxvf > ~/Documents/Gastos/Saved/import/import.csv +end -- cgit v1.2.3