forked from nico/dots
4 lines
97 B
Fish
4 lines
97 B
Fish
function gpl --wraps='git pull' --description 'alias gpl=git pull'
|
|
git pull $argv
|
|
|
|
end
|