Add alias for fuzzy find git checkout

This commit is contained in:
Dave Gallant
2023-03-19 21:40:20 -04:00
parent 03601d1ecd
commit acaa76771a

View File

@@ -201,6 +201,7 @@ in {
".." = "cd ..";
c = "code";
g = "git";
gco = "git checkout $(git branch | fzf| tr -d '[:space:]')";
gr = "cd $(git rev-parse --show-toplevel)";
gho = "gh repo view --web >/dev/null";
grep = "rg --smart-case";