Last active
August 29, 2015 14:24
-
-
Save fprieur/b43067f83d9ee7df32bc to your computer and use it in GitHub Desktop.
add clear command to environnement variable to a docker container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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