diff --git a/fish/config.fish b/fish/config.fish index 5ce316a..bcbb47e 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -11,6 +11,7 @@ alias y="open -a Yoink" abbr x86 "arch -x86_64" abbr f "fuck" abbr v "nvim" +abbr gpf "git push --force-with-lease" abbr ghv "gh repo view --web" abbr pr "gh pr checkout" abbr prc "gh pr create --web"