diff options
Diffstat (limited to 'fish/functions/a.fish')
-rw-r--r-- | fish/functions/a.fish | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/functions/a.fish b/fish/functions/a.fish new file mode 100644 index 0000000..43b36db --- /dev/null +++ b/fish/functions/a.fish @@ -0,0 +1,4 @@ +# Defined in - @ line 0 +function a --description 'alias a task add' + task add $argv; +end |