home/zsh: Added alias for dig and kubectx
This commit is contained in:
parent
d991069f41
commit
48e731a4a8
|
@ -13,9 +13,11 @@
|
|||
};
|
||||
shellAliases = {
|
||||
"k" = "kubectl";
|
||||
"kx" = "kubectx";
|
||||
"dl" = "ls -lhtr --color=always ~/Downloads | tail -n 10"; # Show the 10 newest Downloads
|
||||
"buzzer" = "ssh -i Nextcloud/Privat/id_door door@door.w17.io buzzer";
|
||||
"beep" = "paplay /usr/share/sounds/freedesktop/stereo/complete.oga"; # play "ding" for long running jobs
|
||||
"dig" = "dig +short";
|
||||
};
|
||||
initExtra = ''
|
||||
autoload -U colors && colors
|
||||
|
|
Loading…
Reference in a new issue