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