Add gl and gp functions
This commit is contained in:
parent
d4125908ad
commit
f60db4b111
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
|
Loading…
x
Reference in New Issue
Block a user