mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-02-23 21:11:49 +01:00
5 lines
97 B
Fish
5 lines
97 B
Fish
![]() |
# Defined interactively
|
||
|
function klogs --wraps="kubectl stern"
|
||
|
kubectl stern --tail=50 $argv
|
||
|
end
|