Add gpf alias to fish

This commit is contained in:
Mikkel Svartveit 2023-03-21 16:50:14 +01:00
parent 4c6a0a16c6
commit 48656f947b

View file

@ -11,6 +11,7 @@ alias y="open -a Yoink"
abbr x86 "arch -x86_64" abbr x86 "arch -x86_64"
abbr f "fuck" abbr f "fuck"
abbr v "nvim" abbr v "nvim"
abbr gpf "git push --force-with-lease"
abbr ghv "gh repo view --web" abbr ghv "gh repo view --web"
abbr pr "gh pr checkout" abbr pr "gh pr checkout"
abbr prc "gh pr create --web" abbr prc "gh pr create --web"