Remove python3 alias

This commit is contained in:
Smirnov Aleksandr 2020-05-15 22:51:47 +03:00 committed by GitHub
parent b5566943cf
commit ea42da2321
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
bashrc
View file

@ -9,4 +9,3 @@ alias sl='ls'
alias cd..='cd ..'
alias py='python3'
alias py3='python3'
alias py2='python2'