🗑️ remove(fish): yadm functions in favor of abbr and git aliases

This commit is contained in:
Sergio Laín 2023-10-28 00:33:08 +02:00
parent 84a7bb8d49
commit 43e1f9bdb2
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
5 changed files with 0 additions and 19 deletions

View file

@ -1,3 +0,0 @@
function yc --wraps='yadm commit -S -a -m' --description 'alias yc=yadm commit -S -a -m'
yadm commit -S -m $argv
end

View file

@ -1,4 +0,0 @@
function ym --wraps='yadm merge' --description 'alias ym=yadm merge'
yadm merge $argv
end

View file

@ -1,4 +0,0 @@
function yp --wraps='yadm pull' --description 'alias yp=yadm pull'
yadm pull $argv
end

View file

@ -1,4 +0,0 @@
function yst --wraps='yadm status' --description 'alias yst=yadm status'
yadm status $argv
end

View file

@ -1,4 +0,0 @@
function ysw --wraps='yadm switch' --description 'alias ysw=yadm switch'
yadm switch $argv
end