diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-19 15:42:04 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-19 15:42:04 +0000 |
commit | 9076bc3cf559a89cc667ef3004540f20aae56554 (patch) | |
tree | ea9625baefab903be2a1ee574ee5690bc9cbdb6b /.dir_colors | |
parent | updates for gdbinit (diff) | |
download | scripts-9076bc3cf559a89cc667ef3004540f20aae56554.tar.gz scripts-9076bc3cf559a89cc667ef3004540f20aae56554.zip |
more updates
Diffstat (limited to '')
-rw-r--r-- | .dir_colors | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.dir_colors b/.dir_colors index 40318c6..32f6bb3 100644 --- a/.dir_colors +++ b/.dir_colors @@ -211,3 +211,6 @@ EXEC 01;32 # yaml .yaml 00;38;5;134 .yml 00;38;5;134 +# docker +*Dockerfile 00;38;5;24 +*docker-compose.yaml 00;38;5;24 |