nix: Alias kubectl as k

This commit is contained in:
Dave Gallant
2020-12-19 17:47:32 -05:00
parent ee7311440e
commit 3a49dc0359

View File

@@ -166,6 +166,7 @@
".." = "cd .."; ".." = "cd ..";
config = "/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME"; config = "/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME";
grep = "grep --color=auto --line-buffered"; grep = "grep --color=auto --line-buffered";
k = "kubectl";
}; };
"oh-my-zsh" = { "oh-my-zsh" = {