From dd94d3036a4d176efcd4c00bbd767d679e8bcebb Mon Sep 17 00:00:00 2001 From: Kane York Date: Thu, 3 Sep 2020 14:20:27 -0700 Subject: feat(u/riking/dotfiles): convert bashrc functions to fish Change-Id: I8a7d1806a8920d31c0b572a4259eef908339e449 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1927 Tested-by: BuildkiteCI Reviewed-by: kanepyork --- users/riking/dotfiles/fish/functions/tvl-push.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 users/riking/dotfiles/fish/functions/tvl-push.fish (limited to 'users/riking/dotfiles/fish/functions/tvl-push.fish') diff --git a/users/riking/dotfiles/fish/functions/tvl-push.fish b/users/riking/dotfiles/fish/functions/tvl-push.fish new file mode 100644 index 000000000000..f04ac830c005 --- /dev/null +++ b/users/riking/dotfiles/fish/functions/tvl-push.fish @@ -0,0 +1,3 @@ +function tvl-push + git push origin HEAD:refs/for/canon +end -- cgit 1.4.1