mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 17:32:26 +00:00
nix: Alias kubectl as k
This commit is contained in:
@@ -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" = {
|
||||||
|
Reference in New Issue
Block a user