From abfbd2a1cdca8f2201b7c1d531ba95af09e5b8b9 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Wed, 19 Feb 2020 12:34:06 +0100 Subject: [PATCH] Added git alias --- fish/.config/omf/init.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fish/.config/omf/init.fish b/fish/.config/omf/init.fish index 0bd4034..0a0a1ba 100644 --- a/fish/.config/omf/init.fish +++ b/fish/.config/omf/init.fish @@ -40,6 +40,9 @@ alias l="exa -al" # vifm alias alias vifm="vifmrun" +# git alaises +alias gpoat="git push origin --all && git push origin --tags" + # Set fzf keybindings here for now as they don't work with stable version of omf https://github.com/jethrokuan/fzf/issues/109 bind \co '__fzf_find_file' bind \cr '__fzf_reverse_isearch'