We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6aa1e commit 9fcfb0cCopy full SHA for 9fcfb0c
.dir_colors
@@ -123,6 +123,7 @@ EXEC 38;5;202 # Executable files
123
.service 38;5;130
124
.recipe 38;5;85
125
.bkp 38;5;102
126
+.docker 38;5;26
127
128
## ARCHIVE #####################################################################
129
.zshrc
@@ -563,7 +563,7 @@ function k8s_log() {
563
564
if [[ -f "$HOME/.bin/lj" ]] ; then
565
if [[ $@ =~ (-F|--follow) || -n "$follow" ]] ; then
566
- kubectl logs "$resource" -f | lj $@
+ kubectl logs "$resource" -f | lj -F $@
567
return $?
568
else
569
kubectl logs "$resource" | lj $@
0 commit comments