diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-22 15:33:30 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-22 15:33:30 +0300 |
| commit | ddc6878409bfe2442accf1f691a9fe1577d7cfa2 (patch) | |
| tree | 94ab66f7692ca10ef6f638a1e0ac5395f28f32a4 | |
| parent | 34cce2e6f23cda1722e403ad94cbc3384c43e1e6 (diff) | |
jo
| -rw-r--r-- | dotfiles/fish/conf.d/supersync.fish | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dotfiles/fish/conf.d/supersync.fish b/dotfiles/fish/conf.d/supersync.fish index 15d8662..be32f3e 100644 --- a/dotfiles/fish/conf.d/supersync.fish +++ b/dotfiles/fish/conf.d/supersync.fish @@ -87,7 +87,5 @@ function supersync::is_it_time_to_sync return 0 end end - echo 'It is time to run sync!!!' - read -P "Run sync? (y/n) " answer; and test "$answer" = y; and supersync + read -P "It's time to run supersync! Run it? (y/n) " answer; and test "$answer" = y; and supersync end -read -P "Run sync? (y/n) " answer; and test "$answer" = y; and supersync |
