all repos

dotfiles @ e1d29dd

i use rach linux btw
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
        70
         	alias py='python3'

      
        71
        71
         	alias py3='python3'

      
        72
        72
         	alias py2='python2'

      
        
        73
        +	alias ipy='ipython3'

      
        
        74
        +	alias ipy3='ipython3'

      
        
        75
        +	alias ipy2='ipython2'

      
        73
        76
         ~~~