Add gl and gp functions
This commit is contained in:
3
fish/.config/fish/functions/gl.fish
Normal file
3
fish/.config/fish/functions/gl.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function gp
|
||||
git pull $argv
|
||||
end
|
3
fish/.config/fish/functions/gp.fish
Normal file
3
fish/.config/fish/functions/gp.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function gp
|
||||
git push $argv
|
||||
end
|
Reference in New Issue
Block a user