summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-11-03 22:15:25 +0200
committerPaul Buetow <paul@buetow.org>2025-11-03 22:15:25 +0200
commit449f3c44059f37e9b2a972d887834eb6b95a40af (patch)
treeda1e373e15292a7e5b8bb721bc9aac36a5ee1a47
parent244af10fc820f87d2ed9dde0942056d5c659d7af (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/supersync.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/supersync.fish b/dotfiles/fish/conf.d/supersync.fish
index 462083f..695f9e2 100644
--- a/dotfiles/fish/conf.d/supersync.fish
+++ b/dotfiles/fish/conf.d/supersync.fish
@@ -26,6 +26,7 @@ function supersync::worktime
find . -name '*.txt' -exec git add {} \;
find . -name '*.json' -exec git add {} \;
+ find . -name '*.csv' -exec git add {} \;
git commit -a -m sync
git pull origin master