diff --git a/.config/fish/functions/yc.fish b/.config/fish/functions/yc.fish deleted file mode 100644 index 315c8a38..00000000 --- a/.config/fish/functions/yc.fish +++ /dev/null @@ -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 diff --git a/.config/fish/functions/ym.fish b/.config/fish/functions/ym.fish deleted file mode 100644 index dc2993ec..00000000 --- a/.config/fish/functions/ym.fish +++ /dev/null @@ -1,4 +0,0 @@ -function ym --wraps='yadm merge' --description 'alias ym=yadm merge' - yadm merge $argv - -end diff --git a/.config/fish/functions/yp.fish b/.config/fish/functions/yp.fish deleted file mode 100644 index 5f8210a1..00000000 --- a/.config/fish/functions/yp.fish +++ /dev/null @@ -1,4 +0,0 @@ -function yp --wraps='yadm pull' --description 'alias yp=yadm pull' - yadm pull $argv - -end diff --git a/.config/fish/functions/yst.fish b/.config/fish/functions/yst.fish deleted file mode 100644 index 0da10501..00000000 --- a/.config/fish/functions/yst.fish +++ /dev/null @@ -1,4 +0,0 @@ -function yst --wraps='yadm status' --description 'alias yst=yadm status' - yadm status $argv - -end diff --git a/.config/fish/functions/ysw.fish b/.config/fish/functions/ysw.fish deleted file mode 100644 index 5f385f05..00000000 --- a/.config/fish/functions/ysw.fish +++ /dev/null @@ -1,4 +0,0 @@ -function ysw --wraps='yadm switch' --description 'alias ysw=yadm switch' - yadm switch $argv - -end