Skip to content

Commit 9fcfb0c

Browse files
committed
Minor improvements
1 parent 0d6aa1e commit 9fcfb0c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.dir_colors

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ EXEC 38;5;202 # Executable files
123123
.service 38;5;130
124124
.recipe 38;5;85
125125
.bkp 38;5;102
126+
.docker 38;5;26
126127

127128
## ARCHIVE #####################################################################
128129

.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ function k8s_log() {
563563

564564
if [[ -f "$HOME/.bin/lj" ]] ; then
565565
if [[ $@ =~ (-F|--follow) || -n "$follow" ]] ; then
566-
kubectl logs "$resource" -f | lj $@
566+
kubectl logs "$resource" -f | lj -F $@
567567
return $?
568568
else
569569
kubectl logs "$resource" | lj $@

0 commit comments

Comments
 (0)