mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
020399c287
- Add `skins` option for definition of multiple skin files - Change file extension to ".yaml" - Deprecate `skin` option (points to `skins.skin`)
16 lines
226 B
YAML
16 lines
226 B
YAML
plugin:
|
|
fred:
|
|
args:
|
|
- logs
|
|
- -f
|
|
- $NAME
|
|
- -n
|
|
- $NAMESPACE
|
|
- --context
|
|
- $CLUSTER
|
|
background: false
|
|
command: kubectl
|
|
description: Pod logs
|
|
scopes:
|
|
- po
|
|
shortCut: Ctrl-L
|