summaryrefslogtreecommitdiff
path: root/.config/fish/functions/uft.fish
diff options
context:
space:
mode:
Diffstat (limited to '.config/fish/functions/uft.fish')
-rw-r--r--.config/fish/functions/uft.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/fish/functions/uft.fish b/.config/fish/functions/uft.fish
index 41e33940..afb7b111 100644
--- a/.config/fish/functions/uft.fish
+++ b/.config/fish/functions/uft.fish
@@ -1,4 +1,5 @@
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
+ cat -n ~/Documents/Gastos/Saved/import/import.csv
end