fish functions

This commit is contained in:
Sergio Laín 2023-09-24 21:22:46 +02:00
parent 9e3b58d72c
commit 5ec5c706cd
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 4 additions and 5 deletions

View file

@ -1,4 +1,4 @@
function dots --wraps='yadm enter lazygit' --description 'alias dots=yadm enter lazygit'
function dots --description 'alias dots=yadm enter lazygit'
cd ~
yadm enter lazygit $argv
end

View file

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