all repos

dotfiles @ ea42da2

my dotfiles
1 files changed, 0 insertions(+), 1 deletions(-)
Remove python3 alias
Author: Smirnov Aleksandr 50584123+Smirnov-O@users.noreply.github.com
Committed by: GitHub noreply@github.com
Committed at: 2020-05-15 22:51:47 +0300
Parent: b556694
M bashrc

@@ -9,4 +9,3 @@ alias sl='ls'

alias cd..='cd ..' alias py='python3' alias py3='python3' -alias py2='python2'