1 files changed,
3 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
50584123+Smirnov-O@users.noreply.github.com
Committed by:
GitHub
noreply@github.com
Committed at:
2020-04-20 19:46:40 +0300
Parent:
de9aa17
M
README.md
@@ -70,4 +70,7 @@ alias cd..='cd ..'
alias py='python3' alias py3='python3' alias py2='python2' + alias ipy='ipython3' + alias ipy3='ipython3' + alias ipy2='ipython2' ~~~