Add shell alias gho = "gh repo view --web >/dev/null"

This commit is contained in:
Dave Gallant
2022-01-19 09:31:53 -05:00
parent 43d6a2dfa7
commit 49b45d928e

View File

@@ -142,6 +142,7 @@ in
shellAliases = {
".." = "cd ..";
g = "git";
gho = "gh repo view --web >/dev/null";
grep = "rg --smart-case";
k = "kubectl";
l = "exa -la --git --group-directories-first";