diff --git a/.screenrc b/.screenrc deleted file mode 100644 index da6e1af..0000000 --- a/.screenrc +++ /dev/null @@ -1,4 +0,0 @@ -hardstatus alwayslastline -hardstatus string '%{gk}[ %{G}%H %{g}][%= %{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}][%{Y}%l%{g}]%{=b C}[ %m/%d %c ]%{W}' -bindkey -k k5 prev # F5 for previous window -bindkey -k k6 next # F6 for next window diff --git a/Dockerfile.omd-labs-debian b/Dockerfile.omd-labs-debian index 099d7b2..7f4e81a 100644 --- a/Dockerfile.omd-labs-debian +++ b/Dockerfile.omd-labs-debian @@ -10,7 +10,6 @@ ENV HOME=/root WORKDIR $HOME ADD ./scripts/start.sh $HOME RUN chmod +x $HOME/start.sh -ADD .screenrc $HOME ### OMD installation ###################################### ARG OMD_VERSION diff --git a/Dockerfile.omd-labs-rocky b/Dockerfile.omd-labs-rocky index 85ddb68..d4f4fd3 100644 --- a/Dockerfile.omd-labs-rocky +++ b/Dockerfile.omd-labs-rocky @@ -10,7 +10,6 @@ ENV HOME=/root WORKDIR $HOME ADD ./scripts/start.sh $HOME RUN chmod +x $HOME/start.sh -ADD .screenrc $HOME ### OMD installation ###################################### ARG OMD_VERSION