Skip to content

Instantly share code, notes, and snippets.

@samson-sham
Created September 18, 2019 08:38
Show Gist options
  • Save samson-sham/f271a132bc57fb7529e975a694919659 to your computer and use it in GitHub Desktop.
Save samson-sham/f271a132bc57fb7529e975a694919659 to your computer and use it in GitHub Desktop.
load alias from user profile
# save alias to profile
echo "alias py='docker run -it --rm -v \$PWD:/tmp -w /tmp tf python'" >> ~/.profile
# load profile
. ~/.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment