diff --git a/containers/fedora/config/helix/config.toml b/containers/fedora/config/helix/config.toml index 85eb19d..74e2046 100644 --- a/containers/fedora/config/helix/config.toml +++ b/containers/fedora/config/helix/config.toml @@ -1,4 +1,7 @@ theme = "dark_plus" +[editor] +true-color = true + [editor.file-picker] hidden = false \ No newline at end of file diff --git a/containers/php/Containerfile b/containers/php/Containerfile index bfaf21b..11fa9d6 100644 --- a/containers/php/Containerfile +++ b/containers/php/Containerfile @@ -1,4 +1,3 @@ FROM git.plabble.org/maurice/fedora:main -RUN export TERM=xterm -RUN /bin/bash -c "$(curl -fsSL https://php.new/install/linux/8.4)" \ No newline at end of file +RUN /bin/bash -c "TERM=xterm $(curl -fsSL https://php.new/install/linux/8.4)" \ No newline at end of file