fish: Add abbreviations for yarn

This commit is contained in:
Donovan Glover 2019-01-15 22:58:06 -05:00
parent 0c7e78acb9
commit 36f0364d45
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,5 +1,5 @@
# New Start: A modern Arch workflow built with an emphasis on functionality. # New Start: A modern Arch workflow built with an emphasis on functionality.
# Copyright (C) 2017-2018 Donovan Glover # Copyright (C) 2017-2019 Donovan Glover
set -U fish_greeting "" set -U fish_greeting ""
@ -58,6 +58,9 @@ if not set -q set_abbr
abbr gt "git tag" abbr gt "git tag"
abbr gts "git tag -s" abbr gts "git tag -s"
abbr y "yarn"
abbr ya "yarn add"
abbr t "task" abbr t "task"
abbr ta "task add" abbr ta "task add"
abbr tc "task completed" abbr tc "task completed"