diff --git a/gitpod/gitpod.Dockerfile b/gitpod/gitpod.Dockerfile index 44b6a61..93f36d2 100644 --- a/gitpod/gitpod.Dockerfile +++ b/gitpod/gitpod.Dockerfile @@ -16,7 +16,7 @@ RUN apt install -y shellcheck firefox tree xclip RUN if ! grep -qF 'ix()' /etc/bash.bashrc; then printf '%s\n' \ '# Custom' \ "ix() { curl -F 'f:1=<-' ix.io 2>/dev/null ;}" \ - "xcopy() { xcopy="xclip -se C" ;}" \ + "xcopy() { xclip -se C ;}" \ >> /etc/bash.bashrc; fi # Remove apt sources to clean up space