summaryrefslogtreecommitdiff
path: root/.config/fish/functions/uft.fish
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2022-08-09 11:18:14 -0300
committerRoger Gonzalez <roger@rogs.me>2022-08-09 11:18:14 -0300
commit11110f25c9a214e15566e04af6ff989a96fdd53f (patch)
tree032d2eb59725ab677e3079d68d4212e599181e23 /.config/fish/functions/uft.fish
parent89cf3bc2d5d56fa1afc10bf7a534e99c85fdd6e1 (diff)
General fixes, mostly on the linux side
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