From 1c00e8312452e51a9a6459ae4b850197f35d9011 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Fri, 22 Nov 2024 22:29:53 -0500 Subject: Don't mess up cwd in backup func --- fish/functions/backup.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/fish/functions/backup.fish b/fish/functions/backup.fish index d0dd48f..01688a2 100644 --- a/fish/functions/backup.fish +++ b/fish/functions/backup.fish @@ -7,4 +7,5 @@ function backup cp ~/.local/share/fish/fish_history . cp ~/.mozilla/firefox/*.default-release/places.sqlite . cp ~/.thunderbird/*.default-release/Mail/Feeds/feeds.json . + cd - end -- cgit v1.2.3-70-g09d2