Skip to content

Instantly share code, notes, and snippets.

@fprieur
Last active August 29, 2015 14:24
Show Gist options
  • Save fprieur/b43067f83d9ee7df32bc to your computer and use it in GitHub Desktop.
Save fprieur/b43067f83d9ee7df32bc to your computer and use it in GitHub Desktop.
add clear command to environnement variable to a docker container
echo "export TERM=xterm" | tee /etc/profile.d/set_term.sh && source /etc/profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment