diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-03 20:13:12 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-03 20:13:12 +0300 |
| commit | 3dcc91e4bee3c618a544ef79132c027d3a863cab (patch) | |
| tree | 4f7fe51c8bdb9fd7d48e718848b19d77d1fd9186 | |
| parent | 45ebc7ea0cda2221778c54561ef1c0892d9a929a (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/supersync.fish | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/supersync.fish b/dotfiles/fish/conf.d/supersync.fish index 356f773..2ea01b6 100644 --- a/dotfiles/fish/conf.d/supersync.fish +++ b/dotfiles/fish/conf.d/supersync.fish @@ -112,3 +112,5 @@ function supersync::is_it_time_to_sync end read -P "It's time to run supersync! Run it? (y/n) " answer; and test "$answer" = y; and supersync end + +abbr -a supersynct 'supersync; track' |
