diff options
author | Anthony Wang | 2024-11-22 22:29:53 -0500 |
---|---|---|
committer | Anthony Wang | 2024-11-22 22:29:53 -0500 |
commit | 1c00e8312452e51a9a6459ae4b850197f35d9011 (patch) | |
tree | 9bce2bfab83342b62e8fbd18afa0468fa60c7af3 | |
parent | 39e70197454023cd01b559c8f9c1af81028dc6f2 (diff) |
Don't mess up cwd in backup func
-rw-r--r-- | fish/functions/backup.fish | 1 |
1 files changed, 1 insertions, 0 deletions
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 |