fish functions
This commit is contained in:
parent
9e3b58d72c
commit
5ec5c706cd
2 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
function dots --wraps='yadm enter lazygit' --description 'alias dots=yadm enter lazygit'
|
||||
yadm enter lazygit $argv
|
||||
|
||||
function dots --description 'alias dots=yadm enter lazygit'
|
||||
cd ~
|
||||
yadm enter lazygit $argv
|
||||
end
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue