all repos

dotfiles @ e1d29dd2e3d102d4e9b7d0642de8fd955faf3f9f

my dotfiles
1 files changed, 3 insertions(+), 0 deletions(-)
Update README.md
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' ~~~