summaryrefslogtreecommitdiffstats
path: root/fish/functions/s.fish
blob: 7d751315a71b37df7f10308f0cebd97f6b35f6df (plain) (blame)
1
2
3
function s --wraps='task sync' --description 'alias s=task sync'
  task sync $argv; 
end