4 lines
102 B
Fish
4 lines
102 B
Fish
function dots --description 'alias dots=yadm enter lazygit'
|
|
cd ~
|
|
yadm enter lazygit $argv
|
|
end
|