Skip to content

Commit

Permalink
[zsh] Remove python alias.
Browse files Browse the repository at this point in the history
Instead of aliasing python to python3,
it is better create a sym link in /usr/bin
  • Loading branch information
Tiago Bagni committed Jul 10, 2022
1 parent 7b909c8 commit a14baf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zshrc
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit a14baf7

Please sign in to comment.