From a14baf7637fb67ff2661ca3eedf1bb63c22f6523 Mon Sep 17 00:00:00 2001 From: Tiago Bagni Date: Sun, 10 Jul 2022 11:48:15 -0500 Subject: [PATCH] [zsh] Remove python alias. Instead of aliasing python to python3, it is better create a sym link in /usr/bin --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index c58ddb2..7f2605b 100644 --- a/zshrc +++ b/zshrc @@ -1,5 +1,6 @@ # If you come from bash you might have to change your $PATH. export PATH=$HOME/bin:$HOME/scripts:/usr/local/bin:$HOME/dotfiles/scripts:$PATH +export PATH=$HOME/.local/bin:$PATH # Path to your oh-my-zsh installation. export ZSH=$HOME/.oh-my-zsh @@ -48,7 +49,6 @@ then fi alias lv="java -jar ~/bin/log-viewer/LogViewer.jar" alias d2j="sh ~/bin/dex-tools-2.0/dex2jar-2.0/d2j-dex2jar.sh -f" -alias python=python3 if grep -qi microsoft /proc/version; then echo "Configuring Windows aliases"