diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-10 08:12:08 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-10 08:12:08 +0100 |
commit | 37cd62049e052b9fbd5a197cf0639bc2ebe200da (patch) | |
tree | fedee4a19403c545f325059d48dd5433e6790126 /fish/functions/s.fish | |
parent | 44698f9bbafedeea8370373479545a1318798e87 (diff) | |
parent | fbc8f626587464a14d41cec2358ade70d2d4ef4e (diff) |
update to merge
Diffstat (limited to 'fish/functions/s.fish')
-rw-r--r-- | fish/functions/s.fish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/functions/s.fish b/fish/functions/s.fish new file mode 100644 index 0000000..7d75131 --- /dev/null +++ b/fish/functions/s.fish @@ -0,0 +1,3 @@ +function s --wraps='task sync' --description 'alias s=task sync' + task sync $argv; +end |