diff --git a/fish/.config/fish/functions/gl.fish b/fish/.config/fish/functions/gl.fish new file mode 100644 index 0000000..98642c1 --- /dev/null +++ b/fish/.config/fish/functions/gl.fish @@ -0,0 +1,3 @@ +function gp + git pull $argv +end diff --git a/fish/.config/fish/functions/gp.fish b/fish/.config/fish/functions/gp.fish new file mode 100644 index 0000000..eb3f779 --- /dev/null +++ b/fish/.config/fish/functions/gp.fish @@ -0,0 +1,3 @@ +function gp + git push $argv +end