mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 21:03:59 +01:00
fish: Add abbreviations for yarn
This commit is contained in:
parent
0c7e78acb9
commit
36f0364d45
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user