diff options
| -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 |
