From ea42da2321a3b8dea5f55e3a17d3dfef377d1d9c Mon Sep 17 00:00:00 2001 From: Smirnov Aleksandr <50584123+Smirnov-O@users.noreply.github.com> Date: Fri, 15 May 2020 22:51:47 +0300 Subject: [PATCH] Remove python3 alias --- bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/bashrc b/bashrc index 752d5ca..917f6b7 100644 --- a/bashrc +++ b/bashrc @@ -9,4 +9,3 @@ alias sl='ls' alias cd..='cd ..' alias py='python3' alias py3='python3' -alias py2='python2'