mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Add shell alias gho = "gh repo view --web >/dev/null"
This commit is contained in:
@@ -142,6 +142,7 @@ in
|
|||||||
shellAliases = {
|
shellAliases = {
|
||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
g = "git";
|
g = "git";
|
||||||
|
gho = "gh repo view --web >/dev/null";
|
||||||
grep = "rg --smart-case";
|
grep = "rg --smart-case";
|
||||||
k = "kubectl";
|
k = "kubectl";
|
||||||
l = "exa -la --git --group-directories-first";
|
l = "exa -la --git --group-directories-first";
|
||||||
|
Reference in New Issue
Block a user